Html Css Color HEX #419598 Blue Chill

📋 copy color: '#419598'

red 65 ◦ green 149 ◦ blue 152

#419598
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #419598

Tints of Blue Chill #419598

RGB

 RED value IS 65 (25.78% from 255) = 17.76%

 GREEN value IS 149 (58.59% from 255) = 40.71%

 BLUE value IS 152 (59.77% from 255) = 41.53%

R = 17.76%
G = 40.71%
B = 41.53%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#419598 (or 0x419598) is known color: Blue Chill. HEX triplet: 41, 95 and 98. RGB value is (65,149,152). Sum of RGB (Red+Green+Blue) = 65+149+152=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #419598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419598 is #BE6A67. Grayscale: #7C7C7C. Windows color (decimal): -12479080 or 9999681. OLE color: 9999681.

HSL color Cylindrical-coordinate representation of color #419598: hue angle of 182.07º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419598 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 149 152 -
CMYK 0.57 0.02 0 0.40
HSL 182.07º 0.4% 0.43% -
HSV(B) 182.07º 0.57% 0.6% -
XYZ 18.59 24.89 33.53 -
YUV 124.23 143.67 85.76 -
System Red Green Blue C M Y K H S L
Decimal 65 149 152 0.57 0.02 0 0.40 182.07 0.4 0.43
Hex 41 95 98 39 2 0 28 B6 28 2B
Octal 101 225 230 71 2 0 50 266 50 53
Binary 1000001 10010101 10011000 111001 10 0 101000 10110110 101000 101011

Color Harmonies of #419598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419598

Black with #419598

Text Example


Text Example

White with #419598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419598; }

 p { color: rgb(65,149,152); }

 H1.HeaderClassName
 {
   color: #419598;
 }
 .AnyTagClassName
 {
   color: #419598;
 }
</style>

background-color css

<style>
 a { background-color: #419598; }

 a { background-color: rgb(65,149,152); }

 div.DivClassName
 {
   background-color: #419598;
 }
 .BgClassName
 {
   background-color: #419598;
 }
</style>

border-color css

<style>
 span { border-color: #419598; }

 span { border-color: rgb(65,149,152); }

 td.TdClassName
 {
   border-color: #419598;
 }
 .TagClassName
 {
   border-color: #419598;
 }
</style>