Html Css Color HEX #479BDA Picton Blue

📋 copy color: '#479BDA'

red 71 ◦ green 155 ◦ blue 218

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

Shades of Picton Blue #479BDA

Tints of Picton Blue #479BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.91%

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

R = 15.99%
G = 34.91%
B = 49.1%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#479BDA (or 0x479BDA) is known color: Picton Blue. HEX triplet: 47, 9B and DA. RGB value is (71,155,218). Sum of RGB (Red+Green+Blue) = 71+155+218=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #479BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479BDA is #B86425. Grayscale: #888888. Windows color (decimal): -12084262 or 14326599. OLE color: 14326599.

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

Color convert

RGB 71 155 218 -
CMYK 0.67 0.29 0 0.15
HSL 205.71º 0.67% 0.57% -
HSV(B) 205.71º 0.67% 0.85% -
XYZ 26.97 29.84 70.67 -
YUV 137.07 173.67 80.88 -
System Red Green Blue C M Y K H S L
Decimal 71 155 218 0.67 0.29 0 0.15 205.71 0.67 0.57
Hex 47 9B DA 43 1D 0 F CE 43 39
Octal 107 233 332 103 35 0 17 316 103 71
Binary 1000111 10011011 11011010 1000011 11101 0 1111 11001110 1000011 111001

Color Harmonies of #479BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479BDA

Black with #479BDA

Text Example


Text Example

White with #479BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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