Html Css Color HEX #479FCC Picton Blue

📋 copy color: '#479FCC'

red 71 ◦ green 159 ◦ blue 204

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

Shades of Picton Blue #479FCC

Tints of Picton Blue #479FCC

RGB

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

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

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

R = 16.36%
G = 36.64%
B = 47%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#479FCC (or 0x479FCC) is known color: Picton Blue. HEX triplet: 47, 9F and CC. RGB value is (71,159,204). Sum of RGB (Red+Green+Blue) = 71+159+204=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #479FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479FCC is #B86033. Grayscale: #898989. Windows color (decimal): -12083252 or 13410119. OLE color: 13410119.

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

Color convert

RGB 71 159 204 -
CMYK 0.65 0.22 0 0.2
HSL 200.3º 0.57% 0.54% -
HSV(B) 200.3º 0.65% 0.8% -
XYZ 25.9 30.5 61.65 -
YUV 137.82 165.35 80.34 -
System Red Green Blue C M Y K H S L
Decimal 71 159 204 0.65 0.22 0 0.2 200.3 0.57 0.54
Hex 47 9F CC 41 16 0 14 C8 39 36
Octal 107 237 314 101 26 0 24 310 71 66
Binary 1000111 10011111 11001100 1000001 10110 0 10100 11001000 111001 110110

Color Harmonies of #479FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479FCC

Black with #479FCC

Text Example


Text Example

White with #479FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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