Html Css Color HEX #469691 Blue Chill

📋 copy color: '#469691'

red 70 ◦ green 150 ◦ blue 145

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

Shades of Blue Chill #469691

Tints of Blue Chill #469691

RGB

 RED value IS 70 (27.73% from 255) = 19.18%

 GREEN value IS 150 (58.98% from 255) = 41.1%

 BLUE value IS 145 (57.03% from 255) = 39.73%

R = 19.18%
G = 41.1%
B = 39.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#469691 (or 0x469691) is known color: Blue Chill. HEX triplet: 46, 96 and 91. RGB value is (70,150,145). Sum of RGB (Red+Green+Blue) = 70+150+145=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #469691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469691 is #B9696E. Grayscale: #7D7D7D. Windows color (decimal): -12151151 or 9541190. OLE color: 9541190.

HSL color Cylindrical-coordinate representation of color #469691: hue angle of 176.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469691 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 150 145 -
CMYK 0.53 0 0.03 0.41
HSL 176.25º 0.36% 0.43% -
HSV(B) 176.25º 0.53% 0.59% -
XYZ 18.54 25.16 30.67 -
YUV 125.51 139 88.41 -
System Red Green Blue C M Y K H S L
Decimal 70 150 145 0.53 0 0.03 0.41 176.25 0.36 0.43
Hex 46 96 91 35 0 3 29 B0 24 2B
Octal 106 226 221 65 0 3 51 260 44 53
Binary 1000110 10010110 10010001 110101 0 11 101001 10110000 100100 101011

Color Harmonies of #469691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469691

Black with #469691

Text Example


Text Example

White with #469691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469691; }

 p { color: rgb(70,150,145); }

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

background-color css

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

 a { background-color: rgb(70,150,145); }

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

border-color css

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

 span { border-color: rgb(70,150,145); }

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