Html Css Color HEX #479ECC Picton Blue

📋 copy color: '#479ECC'

red 71 ◦ green 158 ◦ blue 204

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

Shades of Picton Blue #479ECC

Tints of Picton Blue #479ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 16.4%
G = 36.49%
B = 47.11%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#479ECC (or 0x479ECC) is known color: Picton Blue. HEX triplet: 47, 9E and CC. RGB value is (71,158,204). Sum of RGB (Red+Green+Blue) = 71+158+204=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #479ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ECC is #B86133. Grayscale: #888888. Windows color (decimal): -12083508 or 13409863. OLE color: 13409863.

HSL color Cylindrical-coordinate representation of color #479ECC: hue angle of 200.75º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #479ECC is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 158 204 -
CMYK 0.65 0.23 0 0.2
HSL 200.75º 0.57% 0.54% -
HSV(B) 200.75º 0.65% 0.8% -
XYZ 25.72 30.15 61.59 -
YUV 137.23 165.68 80.76 -
System Red Green Blue C M Y K H S L
Decimal 71 158 204 0.65 0.23 0 0.2 200.75 0.57 0.54
Hex 47 9E CC 41 17 0 14 C9 39 36
Octal 107 236 314 101 27 0 24 311 71 66
Binary 1000111 10011110 11001100 1000001 10111 0 10100 11001001 111001 110110

Color Harmonies of #479ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479ECC

Black with #479ECC

Text Example


Text Example

White with #479ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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