Html Css Color HEX #479BCD Picton Blue

📋 copy color: '#479BCD'

red 71 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #479BCD

Tints of Picton Blue #479BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

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

R = 16.47%
G = 35.96%
B = 47.56%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#479BCD (or 0x479BCD) is known color: Picton Blue. HEX triplet: 47, 9B and CD. RGB value is (71,155,205). Sum of RGB (Red+Green+Blue) = 71+155+205=431 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.47% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #479BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479BCD is #B86432. Grayscale: #878787. Windows color (decimal): -12084275 or 13474631. OLE color: 13474631.

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

Color convert

RGB 71 155 205 -
CMYK 0.65 0.24 0 0.20
HSL 202.39º 0.57% 0.54% -
HSV(B) 202.39º 0.65% 0.8% -
XYZ 25.34 29.19 62.06 -
YUV 135.58 167.17 81.93 -
System Red Green Blue C M Y K H S L
Decimal 71 155 205 0.65 0.24 0 0.20 202.39 0.57 0.54
Hex 47 9B CD 41 18 0 14 CA 39 36
Octal 107 233 315 101 30 0 24 312 71 66
Binary 1000111 10011011 11001101 1000001 11000 0 10100 11001010 111001 110110

Color Harmonies of #479BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479BCD

Black with #479BCD

Text Example


Text Example

White with #479BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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