Html Css Color HEX #409C94 Blue Chill

📋 copy color: '#409C94'

red 64 ◦ green 156 ◦ blue 148

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

Shades of Blue Chill #409C94

Tints of Blue Chill #409C94

RGB

 RED value IS 64 (25.39% from 255) = 17.39%

 GREEN value IS 156 (61.33% from 255) = 42.39%

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 17.39%
G = 42.39%
B = 40.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#409C94 (or 0x409C94) is known color: Blue Chill. HEX triplet: 40, 9C and 94. RGB value is (64,156,148). Sum of RGB (Red+Green+Blue) = 64+156+148=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #409C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409C94 is #BF636B. Grayscale: #7F7F7F. Windows color (decimal): -12542828 or 9739328. OLE color: 9739328.

HSL color Cylindrical-coordinate representation of color #409C94: hue angle of 174.78º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409C94 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 156 148 -
CMYK 0.59 0 0.05 0.39
HSL 174.78º 0.42% 0.43% -
HSV(B) 174.78º 0.59% 0.61% -
XYZ 19.35 27.01 32.21 -
YUV 127.58 139.52 82.65 -
System Red Green Blue C M Y K H S L
Decimal 64 156 148 0.59 0 0.05 0.39 174.78 0.42 0.43
Hex 40 9C 94 3B 0 5 27 AF 2A 2B
Octal 100 234 224 73 0 5 47 257 52 53
Binary 1000000 10011100 10010100 111011 0 101 100111 10101111 101010 101011

Color Harmonies of #409C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409C94

Black with #409C94

Text Example


Text Example

White with #409C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409C94; }

 p { color: rgb(64,156,148); }

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

background-color css

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

 a { background-color: rgb(64,156,148); }

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

border-color css

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

 span { border-color: rgb(64,156,148); }

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