Html Css Color HEX #479EA4 Cadet Blue

📋 copy color: '#479EA4'

red 71 ◦ green 158 ◦ blue 164

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

Shades of Cadet Blue #479EA4

Tints of Cadet Blue #479EA4

RGB

 RED value IS 71 (28.13% from 255) = 18.07%

 GREEN value IS 158 (62.11% from 255) = 40.2%

 BLUE value IS 164 (64.45% from 255) = 41.73%

R = 18.07%
G = 40.2%
B = 41.73%

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

#479EA4 (or 0x479EA4) is known color: Cadet Blue. HEX triplet: 47, 9E and A4. RGB value is (71,158,164). Sum of RGB (Red+Green+Blue) = 71+158+164=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #479EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479EA4 is #B8615B. Grayscale: #848484. Windows color (decimal): -12083548 or 10788423. OLE color: 10788423.

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

Color convert

RGB 71 158 164 -
CMYK 0.57 0.04 0 0.36
HSL 183.87º 0.4% 0.46% -
HSV(B) 183.87º 0.57% 0.64% -
XYZ 21.53 28.47 39.48 -
YUV 132.67 145.68 84.01 -
System Red Green Blue C M Y K H S L
Decimal 71 158 164 0.57 0.04 0 0.36 183.87 0.4 0.46
Hex 47 9E A4 39 4 0 24 B8 28 2E
Octal 107 236 244 71 4 0 44 270 50 56
Binary 1000111 10011110 10100100 111001 100 0 100100 10111000 101000 101110

Color Harmonies of #479EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479EA4

Black with #479EA4

Text Example


Text Example

White with #479EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479EA4; }

 p { color: rgb(71,158,164); }

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

background-color css

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

 a { background-color: rgb(71,158,164); }

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

border-color css

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

 span { border-color: rgb(71,158,164); }

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