Html Css Color HEX #469BA2 Blue Chill

📋 copy color: '#469BA2'

red 70 ◦ green 155 ◦ blue 162

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

Shades of Blue Chill #469BA2

Tints of Blue Chill #469BA2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

 BLUE value IS 162 (63.67% from 255) = 41.86%

R = 18.09%
G = 40.05%
B = 41.86%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#469BA2 (or 0x469BA2) is known color: Blue Chill. HEX triplet: 46, 9B and A2. RGB value is (70,155,162). Sum of RGB (Red+Green+Blue) = 70+155+162=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #469BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469BA2 is #B9645D. Grayscale: #828282. Windows color (decimal): -12149854 or 10656582. OLE color: 10656582.

HSL color Cylindrical-coordinate representation of color #469BA2: hue angle of 184.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #469BA2 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 155 162 -
CMYK 0.57 0.04 0 0.36
HSL 184.57º 0.4% 0.45% -
HSV(B) 184.57º 0.57% 0.64% -
XYZ 20.77 27.35 38.37 -
YUV 130.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 70 155 162 0.57 0.04 0 0.36 184.57 0.4 0.45
Hex 46 9B A2 39 4 0 24 B9 28 2D
Octal 106 233 242 71 4 0 44 271 50 55
Binary 1000110 10011011 10100010 111001 100 0 100100 10111001 101000 101101

Color Harmonies of #469BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BA2

Black with #469BA2

Text Example


Text Example

White with #469BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469BA2; }

 p { color: rgb(70,155,162); }

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

background-color css

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

 a { background-color: rgb(70,155,162); }

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

border-color css

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

 span { border-color: rgb(70,155,162); }

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