Html Css Color HEX #479CCC Picton Blue

📋 copy color: '#479CCC'

red 71 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #479CCC

Tints of Picton Blue #479CCC

RGB

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

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

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

R = 16.47%
G = 36.19%
B = 47.33%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#479CCC (or 0x479CCC) is known color: Picton Blue. HEX triplet: 47, 9C and CC. RGB value is (71,156,204). Sum of RGB (Red+Green+Blue) = 71+156+204=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #479CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CCC is #B86333. Grayscale: #878787. Windows color (decimal): -12084020 or 13409351. OLE color: 13409351.

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

Color convert

RGB 71 156 204 -
CMYK 0.65 0.24 0 0.2
HSL 201.65º 0.57% 0.54% -
HSV(B) 201.65º 0.65% 0.8% -
XYZ 25.39 29.48 61.48 -
YUV 136.06 166.34 81.6 -
System Red Green Blue C M Y K H S L
Decimal 71 156 204 0.65 0.24 0 0.2 201.65 0.57 0.54
Hex 47 9C CC 41 18 0 14 CA 39 36
Octal 107 234 314 101 30 0 24 312 71 66
Binary 1000111 10011100 11001100 1000001 11000 0 10100 11001010 111001 110110

Color Harmonies of #479CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479CCC

Black with #479CCC

Text Example


Text Example

White with #479CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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