Html Css Color HEX #469292 Blue Chill

📋 copy color: '#469292'

red 70 ◦ green 146 ◦ blue 146

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

Shades of Blue Chill #469292

Tints of Blue Chill #469292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.33%

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

R = 19.34%
G = 40.33%
B = 40.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#469292 (or 0x469292) is known color: Blue Chill. HEX triplet: 46, 92 and 92. RGB value is (70,146,146). Sum of RGB (Red+Green+Blue) = 70+146+146=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #469292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469292 is #B96D6D. Grayscale: #7B7B7B. Windows color (decimal): -12152174 or 9605702. OLE color: 9605702.

HSL color Cylindrical-coordinate representation of color #469292: hue angle of 180º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469292 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 146 146 -
CMYK 0.52 0 0 0.43
HSL 180º 0.35% 0.42% -
HSV(B) 180º 0.52% 0.57% -
XYZ 17.99 23.94 30.87 -
YUV 123.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 70 146 146 0.52 0 0 0.43 180 0.35 0.42
Hex 46 92 92 34 0 0 2B B4 23 2A
Octal 106 222 222 64 0 0 53 264 43 52
Binary 1000110 10010010 10010010 110100 0 0 101011 10110100 100011 101010

Color Harmonies of #469292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469292

Black with #469292

Text Example


Text Example

White with #469292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469292; }

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

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

background-color css

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

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

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

border-color css

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

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

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