Html Css Color HEX #479CCE Picton Blue

📋 copy color: '#479CCE'

red 71 ◦ green 156 ◦ blue 206

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

Shades of Picton Blue #479CCE

Tints of Picton Blue #479CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.03%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 16.4%
G = 36.03%
B = 47.58%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#479CCE (or 0x479CCE) is known color: Picton Blue. HEX triplet: 47, 9C and CE. RGB value is (71,156,206). Sum of RGB (Red+Green+Blue) = 71+156+206=433 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.40% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #479CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CCE is #B86331. Grayscale: #888888. Windows color (decimal): -12084018 or 13540423. OLE color: 13540423.

HSL color Cylindrical-coordinate representation of color #479CCE: hue angle of 202.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #479CCE is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 156 206 -
CMYK 0.66 0.24 0 0.19
HSL 202.22º 0.58% 0.54% -
HSV(B) 202.22º 0.66% 0.81% -
XYZ 25.63 29.57 62.75 -
YUV 136.29 167.34 81.43 -
System Red Green Blue C M Y K H S L
Decimal 71 156 206 0.66 0.24 0 0.19 202.22 0.58 0.54
Hex 47 9C CE 42 18 0 13 CA 3A 36
Octal 107 234 316 102 30 0 23 312 72 66
Binary 1000111 10011100 11001110 1000010 11000 0 10011 11001010 111010 110110

Color Harmonies of #479CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479CCE

Black with #479CCE

Text Example


Text Example

White with #479CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,156,206); }

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

background-color css

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

 a { background-color: rgb(71,156,206); }

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

border-color css

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

 span { border-color: rgb(71,156,206); }

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