Html Css Color HEX #469D92 Blue Chill

📋 copy color: '#469D92'

red 70 ◦ green 157 ◦ blue 146

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

Shades of Blue Chill #469D92

Tints of Blue Chill #469D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.09%

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

R = 18.77%
G = 42.09%
B = 39.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#469D92 (or 0x469D92) is known color: Blue Chill. HEX triplet: 46, 9D and 92. RGB value is (70,157,146). Sum of RGB (Red+Green+Blue) = 70+157+146=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #469D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469D92 is #B9626D. Grayscale: #818181. Windows color (decimal): -12149358 or 9608518. OLE color: 9608518.

HSL color Cylindrical-coordinate representation of color #469D92: hue angle of 172.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D92 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 157 146 -
CMYK 0.55 0 0.07 0.38
HSL 172.41º 0.38% 0.45% -
HSV(B) 172.41º 0.55% 0.62% -
XYZ 19.77 27.49 31.46 -
YUV 129.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 70 157 146 0.55 0 0.07 0.38 172.41 0.38 0.45
Hex 46 9D 92 37 0 7 26 AC 26 2D
Octal 106 235 222 67 0 7 46 254 46 55
Binary 1000110 10011101 10010010 110111 0 111 100110 10101100 100110 101101

Color Harmonies of #469D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D92

Black with #469D92

Text Example


Text Example

White with #469D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469D92; }

 p { color: rgb(70,157,146); }

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

background-color css

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

 a { background-color: rgb(70,157,146); }

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

border-color css

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

 span { border-color: rgb(70,157,146); }

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