Html Css Color HEX #469A9A Blue Chill

📋 copy color: '#469A9A'

red 70 ◦ green 154 ◦ blue 154

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

Shades of Blue Chill #469A9A

Tints of Blue Chill #469A9A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.74%

 BLUE value IS 154 (60.55% from 255) = 40.74%

R = 18.52%
G = 40.74%
B = 40.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#469A9A (or 0x469A9A) is known color: Blue Chill. HEX triplet: 46, 9A and 9A. RGB value is (70,154,154). Sum of RGB (Red+Green+Blue) = 70+154+154=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #469A9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469A9A is #B96565. Grayscale: #808080. Windows color (decimal): -12150118 or 10132038. OLE color: 10132038.

HSL color Cylindrical-coordinate representation of color #469A9A: hue angle of 180º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A9A is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 154 154 -
CMYK 0.55 0 0 0.40
HSL 180º 0.38% 0.44% -
HSV(B) 180º 0.55% 0.6% -
XYZ 19.91 26.75 34.68 -
YUV 128.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 70 154 154 0.55 0 0 0.40 180 0.38 0.44
Hex 46 9A 9A 37 0 0 28 B4 26 2C
Octal 106 232 232 67 0 0 50 264 46 54
Binary 1000110 10011010 10011010 110111 0 0 101000 10110100 100110 101100

Color Harmonies of #469A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469A9A

Black with #469A9A

Text Example


Text Example

White with #469A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,154,154); }

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

background-color css

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

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

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

border-color css

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

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

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