Html Css Color HEX #479EDD Picton Blue

📋 copy color: '#479EDD'

red 71 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #479EDD

Tints of Picton Blue #479EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.11%

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

R = 15.78%
G = 35.11%
B = 49.11%

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

#479EDD (or 0x479EDD) is known color: Picton Blue. HEX triplet: 47, 9E and DD. RGB value is (71,158,221). Sum of RGB (Red+Green+Blue) = 71+158+221=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #479EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479EDD is #B86122. Grayscale: #8A8A8A. Windows color (decimal): -12083491 or 14523975. OLE color: 14523975.

HSL color Cylindrical-coordinate representation of color #479EDD: hue angle of 205.2º 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 #479EDD is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 158 221 -
CMYK 0.68 0.29 0 0.13
HSL 205.2º 0.69% 0.57% -
HSV(B) 205.2º 0.68% 0.87% -
XYZ 27.88 31.01 72.92 -
YUV 139.17 174.18 79.38 -
System Red Green Blue C M Y K H S L
Decimal 71 158 221 0.68 0.29 0 0.13 205.2 0.69 0.57
Hex 47 9E DD 44 1D 0 D CD 45 39
Octal 107 236 335 104 35 0 15 315 105 71
Binary 1000111 10011110 11011101 1000100 11101 0 1101 11001101 1000101 111001

Color Harmonies of #479EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479EDD

Black with #479EDD

Text Example


Text Example

White with #479EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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