Html Css Color HEX #479ECD Picton Blue

📋 copy color: '#479ECD'

red 71 ◦ green 158 ◦ blue 205

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

Shades of Picton Blue #479ECD

Tints of Picton Blue #479ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 16.36%
G = 36.41%
B = 47.24%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#479ECD (or 0x479ECD) is known color: Picton Blue. HEX triplet: 47, 9E and CD. RGB value is (71,158,205). Sum of RGB (Red+Green+Blue) = 71+158+205=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #479ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ECD is #B86132. Grayscale: #898989. Windows color (decimal): -12083507 or 13475399. OLE color: 13475399.

HSL color Cylindrical-coordinate representation of color #479ECD: hue angle of 201.04º 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 #479ECD is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 158 205 -
CMYK 0.65 0.23 0 0.20
HSL 201.04º 0.57% 0.54% -
HSV(B) 201.04º 0.65% 0.8% -
XYZ 25.84 30.2 62.22 -
YUV 137.35 166.18 80.68 -
System Red Green Blue C M Y K H S L
Decimal 71 158 205 0.65 0.23 0 0.20 201.04 0.57 0.54
Hex 47 9E CD 41 17 0 14 C9 39 36
Octal 107 236 315 101 27 0 24 311 71 66
Binary 1000111 10011110 11001101 1000001 10111 0 10100 11001001 111001 110110

Color Harmonies of #479ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479ECD

Black with #479ECD

Text Example


Text Example

White with #479ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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