Html Css Color HEX #479ED1 Picton Blue

📋 copy color: '#479ED1'

red 71 ◦ green 158 ◦ blue 209

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

Shades of Picton Blue #479ED1

Tints of Picton Blue #479ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.72%

R = 16.21%
G = 36.07%
B = 47.72%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#479ED1 (or 0x479ED1) is known color: Picton Blue. HEX triplet: 47, 9E and D1. RGB value is (71,158,209). Sum of RGB (Red+Green+Blue) = 71+158+209=438 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.21% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #479ED1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ED1 is #B8612E. Grayscale: #898989. Windows color (decimal): -12083503 or 13737543. OLE color: 13737543.

HSL color Cylindrical-coordinate representation of color #479ED1: hue angle of 202.17º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #479ED1 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 158 209 -
CMYK 0.66 0.24 0 0.18
HSL 202.17º 0.6% 0.55% -
HSV(B) 202.17º 0.66% 0.82% -
XYZ 26.33 30.4 64.8 -
YUV 137.8 168.18 80.35 -
System Red Green Blue C M Y K H S L
Decimal 71 158 209 0.66 0.24 0 0.18 202.17 0.6 0.55
Hex 47 9E D1 42 18 0 12 CA 3C 37
Octal 107 236 321 102 30 0 22 312 74 67
Binary 1000111 10011110 11010001 1000010 11000 0 10010 11001010 111100 110111

Color Harmonies of #479ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479ED1

Black with #479ED1

Text Example


Text Example

White with #479ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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