Html Css Color HEX #479FCE Picton Blue

📋 copy color: '#479FCE'

red 71 ◦ green 159 ◦ blue 206

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

Shades of Picton Blue #479FCE

Tints of Picton Blue #479FCE

RGB

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

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

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

R = 16.28%
G = 36.47%
B = 47.25%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#479FCE (or 0x479FCE) is known color: Picton Blue. HEX triplet: 47, 9F and CE. RGB value is (71,159,206). Sum of RGB (Red+Green+Blue) = 71+159+206=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #479FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479FCE is #B86031. Grayscale: #898989. Windows color (decimal): -12083250 or 13541191. OLE color: 13541191.

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

Color convert

RGB 71 159 206 -
CMYK 0.66 0.23 0 0.19
HSL 200.89º 0.58% 0.54% -
HSV(B) 200.89º 0.66% 0.81% -
XYZ 26.14 30.59 62.92 -
YUV 138.05 166.35 80.18 -
System Red Green Blue C M Y K H S L
Decimal 71 159 206 0.66 0.23 0 0.19 200.89 0.58 0.54
Hex 47 9F CE 42 17 0 13 C9 3A 36
Octal 107 237 316 102 27 0 23 311 72 66
Binary 1000111 10011111 11001110 1000010 10111 0 10011 11001001 111010 110110

Color Harmonies of #479FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479FCE

Black with #479FCE

Text Example


Text Example

White with #479FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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