Html Css Color HEX #479FDA Picton Blue

📋 copy color: '#479FDA'

red 71 ◦ green 159 ◦ blue 218

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

Shades of Picton Blue #479FDA

Tints of Picton Blue #479FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.49%

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 15.85%
G = 35.49%
B = 48.66%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#479FDA (or 0x479FDA) is known color: Picton Blue. HEX triplet: 47, 9F and DA. RGB value is (71,159,218). Sum of RGB (Red+Green+Blue) = 71+159+218=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #479FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479FDA is #B86025. Grayscale: #8B8B8B. Windows color (decimal): -12083238 or 14327623. OLE color: 14327623.

HSL color Cylindrical-coordinate representation of color #479FDA: hue angle of 204.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #479FDA is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 159 218 -
CMYK 0.67 0.27 0 0.15
HSL 204.08º 0.67% 0.57% -
HSV(B) 204.08º 0.67% 0.85% -
XYZ 27.65 31.2 70.89 -
YUV 139.41 172.35 79.2 -
System Red Green Blue C M Y K H S L
Decimal 71 159 218 0.67 0.27 0 0.15 204.08 0.67 0.57
Hex 47 9F DA 43 1B 0 F CC 43 39
Octal 107 237 332 103 33 0 17 314 103 71
Binary 1000111 10011111 11011010 1000011 11011 0 1111 11001100 1000011 111001

Color Harmonies of #479FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479FDA

Black with #479FDA

Text Example


Text Example

White with #479FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,159,218); }

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

background-color css

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

 a { background-color: rgb(71,159,218); }

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

border-color css

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

 span { border-color: rgb(71,159,218); }

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