Html Css Color HEX #418992 Blue Chill

📋 copy color: '#418992'

red 65 ◦ green 137 ◦ blue 146

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

Shades of Blue Chill #418992

Tints of Blue Chill #418992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 18.68%
G = 39.37%
B = 41.95%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#418992 (or 0x418992) is known color: Blue Chill. HEX triplet: 41, 89 and 92. RGB value is (65,137,146). Sum of RGB (Red+Green+Blue) = 65+137+146=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #418992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418992 is #BE766D. Grayscale: #747474. Windows color (decimal): -12482158 or 9603393. OLE color: 9603393.

HSL color Cylindrical-coordinate representation of color #418992: hue angle of 186.67º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418992 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 137 146 -
CMYK 0.55 0.06 0 0.43
HSL 186.67º 0.38% 0.41% -
HSV(B) 186.67º 0.55% 0.57% -
XYZ 16.31 21.09 30.41 -
YUV 116.5 144.65 91.27 -
System Red Green Blue C M Y K H S L
Decimal 65 137 146 0.55 0.06 0 0.43 186.67 0.38 0.41
Hex 41 89 92 37 6 0 2B BB 26 29
Octal 101 211 222 67 6 0 53 273 46 51
Binary 1000001 10001001 10010010 110111 110 0 101011 10111011 100110 101001

Color Harmonies of #418992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418992

Black with #418992

Text Example


Text Example

White with #418992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418992; }

 p { color: rgb(65,137,146); }

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

background-color css

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

 a { background-color: rgb(65,137,146); }

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

border-color css

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

 span { border-color: rgb(65,137,146); }

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