Html Css Color HEX #479ED3 Picton Blue

📋 copy color: '#479ED3'

red 71 ◦ green 158 ◦ blue 211

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

Shades of Picton Blue #479ED3

Tints of Picton Blue #479ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.95%

R = 16.14%
G = 35.91%
B = 47.95%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#479ED3 (or 0x479ED3) is known color: Picton Blue. HEX triplet: 47, 9E and D3. RGB value is (71,158,211). Sum of RGB (Red+Green+Blue) = 71+158+211=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 211 - color contains mainly: blue. Hex color #479ED3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ED3 is #B8612C. Grayscale: #898989. Windows color (decimal): -12083501 or 13868615. OLE color: 13868615.

HSL color Cylindrical-coordinate representation of color #479ED3: hue angle of 202.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #479ED3 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 71 158 211 -
CMYK 0.66 0.25 0 0.17
HSL 202.71º 0.61% 0.55% -
HSV(B) 202.71º 0.66% 0.83% -
XYZ 26.58 30.5 66.11 -
YUV 138.03 169.18 80.19 -
System Red Green Blue C M Y K H S L
Decimal 71 158 211 0.66 0.25 0 0.17 202.71 0.61 0.55
Hex 47 9E D3 42 19 0 11 CB 3D 37
Octal 107 236 323 102 31 0 21 313 75 67
Binary 1000111 10011110 11010011 1000010 11001 0 10001 11001011 111101 110111

Color Harmonies of #479ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479ED3

Black with #479ED3

Text Example


Text Example

White with #479ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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