Html Css Color HEX #469391 Blue Chill

📋 copy color: '#469391'

red 70 ◦ green 147 ◦ blue 145

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

Shades of Blue Chill #469391

Tints of Blue Chill #469391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.61%

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

R = 19.34%
G = 40.61%
B = 40.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#469391 (or 0x469391) is known color: Blue Chill. HEX triplet: 46, 93 and 91. RGB value is (70,147,145). Sum of RGB (Red+Green+Blue) = 70+147+145=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #469391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469391 is #B96C6E. Grayscale: #7B7B7B. Windows color (decimal): -12151919 or 9540422. OLE color: 9540422.

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

Color convert

RGB 70 147 145 -
CMYK 0.52 0 0.01 0.42
HSL 178.44º 0.35% 0.43% -
HSV(B) 178.44º 0.52% 0.58% -
XYZ 18.07 24.21 30.51 -
YUV 123.75 139.99 89.66 -
System Red Green Blue C M Y K H S L
Decimal 70 147 145 0.52 0 0.01 0.42 178.44 0.35 0.43
Hex 46 93 91 34 0 1 2A B2 23 2B
Octal 106 223 221 64 0 1 52 262 43 53
Binary 1000110 10010011 10010001 110100 0 1 101010 10110010 100011 101011

Color Harmonies of #469391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469391

Black with #469391

Text Example


Text Example

White with #469391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469391; }

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

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

background-color css

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

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

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

border-color css

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

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

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