Html Css Color HEX #479CDD Picton Blue

📋 copy color: '#479CDD'

red 71 ◦ green 156 ◦ blue 221

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

Shades of Picton Blue #479CDD

Tints of Picton Blue #479CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 15.85%
G = 34.82%
B = 49.33%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#479CDD (or 0x479CDD) is known color: Picton Blue. HEX triplet: 47, 9C and DD. RGB value is (71,156,221). Sum of RGB (Red+Green+Blue) = 71+156+221=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #479CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CDD is #B86322. Grayscale: #898989. Windows color (decimal): -12084003 or 14523463. OLE color: 14523463.

HSL color Cylindrical-coordinate representation of color #479CDD: hue angle of 206º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #479CDD is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 156 221 -
CMYK 0.68 0.29 0 0.13
HSL 206º 0.69% 0.57% -
HSV(B) 206º 0.68% 0.87% -
XYZ 27.54 30.34 72.81 -
YUV 138 174.84 80.21 -
System Red Green Blue C M Y K H S L
Decimal 71 156 221 0.68 0.29 0 0.13 206 0.69 0.57
Hex 47 9C DD 44 1D 0 D CE 45 39
Octal 107 234 335 104 35 0 15 316 105 71
Binary 1000111 10011100 11011101 1000100 11101 0 1101 11001110 1000101 111001

Color Harmonies of #479CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479CDD

Black with #479CDD

Text Example


Text Example

White with #479CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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