Html Css Color HEX #469192 Blue Chill

📋 copy color: '#469192'

red 70 ◦ green 145 ◦ blue 146

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

Shades of Blue Chill #469192

Tints of Blue Chill #469192

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

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

R = 19.39%
G = 40.17%
B = 40.44%

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

#469192 (or 0x469192) is known color: Blue Chill. HEX triplet: 46, 91 and 92. RGB value is (70,145,146). Sum of RGB (Red+Green+Blue) = 70+145+146=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #469192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469192 is #B96E6D. Grayscale: #7A7A7A. Windows color (decimal): -12152430 or 9605446. OLE color: 9605446.

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

Color convert

RGB 70 145 146 -
CMYK 0.52 0.01 0 0.43
HSL 180.79º 0.35% 0.42% -
HSV(B) 180.79º 0.52% 0.57% -
XYZ 17.84 23.63 30.81 -
YUV 122.69 141.15 90.42 -
System Red Green Blue C M Y K H S L
Decimal 70 145 146 0.52 0.01 0 0.43 180.79 0.35 0.42
Hex 46 91 92 34 1 0 2B B5 23 2A
Octal 106 221 222 64 1 0 53 265 43 52
Binary 1000110 10010001 10010010 110100 1 0 101011 10110101 100011 101010

Color Harmonies of #469192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469192

Black with #469192

Text Example


Text Example

White with #469192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469192; }

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

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

background-color css

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

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

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

border-color css

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

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

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