Html Css Color HEX #469194 Blue Chill

📋 copy color: '#469194'

red 70 ◦ green 145 ◦ blue 148

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

Shades of Blue Chill #469194

Tints of Blue Chill #469194

RGB

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

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

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

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

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #469194: hue angle of 182.31º 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 #469194 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 145 148 -
CMYK 0.53 0.02 0 0.42
HSL 182.31º 0.36% 0.43% -
HSV(B) 182.31º 0.53% 0.58% -
XYZ 18 23.69 31.64 -
YUV 122.92 142.15 90.26 -
System Red Green Blue C M Y K H S L
Decimal 70 145 148 0.53 0.02 0 0.42 182.31 0.36 0.43
Hex 46 91 94 35 2 0 2A B6 24 2B
Octal 106 221 224 65 2 0 52 266 44 53
Binary 1000110 10010001 10010100 110101 10 0 101010 10110110 100100 101011

Color Harmonies of #469194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469194

Black with #469194

Text Example


Text Example

White with #469194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469194; }

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

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

background-color css

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

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

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

border-color css

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

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

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