Html Css Color HEX #419C94 Blue Chill

📋 copy color: '#419C94'

red 65 ◦ green 156 ◦ blue 148

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

Shades of Blue Chill #419C94

Tints of Blue Chill #419C94

RGB

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

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

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

R = 17.62%
G = 42.28%
B = 40.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#419C94 (or 0x419C94) is known color: Blue Chill. HEX triplet: 41, 9C and 94. RGB value is (65,156,148). Sum of RGB (Red+Green+Blue) = 65+156+148=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #419C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419C94 is #BE636B. Grayscale: #7F7F7F. Windows color (decimal): -12477292 or 9739329. OLE color: 9739329.

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

Color convert

RGB 65 156 148 -
CMYK 0.58 0 0.05 0.39
HSL 174.73º 0.41% 0.43% -
HSV(B) 174.73º 0.58% 0.61% -
XYZ 19.41 27.04 32.21 -
YUV 127.88 139.35 83.15 -
System Red Green Blue C M Y K H S L
Decimal 65 156 148 0.58 0 0.05 0.39 174.73 0.41 0.43
Hex 41 9C 94 3A 0 5 27 AF 29 2B
Octal 101 234 224 72 0 5 47 257 51 53
Binary 1000001 10011100 10010100 111010 0 101 100111 10101111 101001 101011

Color Harmonies of #419C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419C94

Black with #419C94

Text Example


Text Example

White with #419C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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