Html Css Color HEX #469F9C Blue Chill

📋 copy color: '#469F9C'

red 70 ◦ green 159 ◦ blue 156

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

Shades of Blue Chill #469F9C

Tints of Blue Chill #469F9C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.3%

 BLUE value IS 156 (61.33% from 255) = 40.52%

R = 18.18%
G = 41.3%
B = 40.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#469F9C (or 0x469F9C) is known color: Blue Chill. HEX triplet: 46, 9F and 9C. RGB value is (70,159,156). Sum of RGB (Red+Green+Blue) = 70+159+156=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #469F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469F9C is #B96063. Grayscale: #838383. Windows color (decimal): -12148836 or 10264390. OLE color: 10264390.

HSL color Cylindrical-coordinate representation of color #469F9C: hue angle of 177.98º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469F9C is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 159 156 -
CMYK 0.56 0 0.02 0.38
HSL 177.98º 0.39% 0.45% -
HSV(B) 177.98º 0.56% 0.62% -
XYZ 20.92 28.5 35.85 -
YUV 132.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 70 159 156 0.56 0 0.02 0.38 177.98 0.39 0.45
Hex 46 9F 9C 38 0 2 26 B2 27 2D
Octal 106 237 234 70 0 2 46 262 47 55
Binary 1000110 10011111 10011100 111000 0 10 100110 10110010 100111 101101

Color Harmonies of #469F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469F9C

Black with #469F9C

Text Example


Text Example

White with #469F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,159,156); }

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

background-color css

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

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

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

border-color css

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

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

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