Html Css Color HEX #469092 Blue Chill

📋 copy color: '#469092'

red 70 ◦ green 144 ◦ blue 146

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

Shades of Blue Chill #469092

Tints of Blue Chill #469092

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

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

R = 19.44%
G = 40%
B = 40.56%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#469092 (or 0x469092) is known color: Blue Chill. HEX triplet: 46, 90 and 92. RGB value is (70,144,146). Sum of RGB (Red+Green+Blue) = 70+144+146=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #469092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469092 is #B96F6D. Grayscale: #7A7A7A. Windows color (decimal): -12152686 or 9605190. OLE color: 9605190.

HSL color Cylindrical-coordinate representation of color #469092: hue angle of 181.58º 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 #469092 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 144 146 -
CMYK 0.52 0.01 0 0.43
HSL 181.58º 0.35% 0.42% -
HSV(B) 181.58º 0.52% 0.57% -
XYZ 17.69 23.32 30.76 -
YUV 122.1 141.48 90.84 -
System Red Green Blue C M Y K H S L
Decimal 70 144 146 0.52 0.01 0 0.43 181.58 0.35 0.42
Hex 46 90 92 34 1 0 2B B6 23 2A
Octal 106 220 222 64 1 0 53 266 43 52
Binary 1000110 10010000 10010010 110100 1 0 101011 10110110 100011 101010

Color Harmonies of #469092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469092

Black with #469092

Text Example


Text Example

White with #469092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469092; }

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

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

background-color css

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

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

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

border-color css

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

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

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