Html Css Color HEX #469491 Blue Chill

📋 copy color: '#469491'

red 70 ◦ green 148 ◦ blue 145

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

Shades of Blue Chill #469491

Tints of Blue Chill #469491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

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

R = 19.28%
G = 40.77%
B = 39.94%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#469491 (or 0x469491) is known color: Blue Chill. HEX triplet: 46, 94 and 91. RGB value is (70,148,145). Sum of RGB (Red+Green+Blue) = 70+148+145=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #469491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469491 is #B96B6E. Grayscale: #7C7C7C. Windows color (decimal): -12151663 or 9540678. OLE color: 9540678.

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

Color convert

RGB 70 148 145 -
CMYK 0.53 0 0.02 0.42
HSL 177.69º 0.36% 0.43% -
HSV(B) 177.69º 0.53% 0.58% -
XYZ 18.23 24.53 30.56 -
YUV 124.34 139.66 89.24 -
System Red Green Blue C M Y K H S L
Decimal 70 148 145 0.53 0 0.02 0.42 177.69 0.36 0.43
Hex 46 94 91 35 0 2 2A B2 24 2B
Octal 106 224 221 65 0 2 52 262 44 53
Binary 1000110 10010100 10010001 110101 0 10 101010 10110010 100100 101011

Color Harmonies of #469491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469491

Black with #469491

Text Example


Text Example

White with #469491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469491; }

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

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

background-color css

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

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

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

border-color css

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

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

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