Html Css Color HEX #478FDA Picton Blue

📋 copy color: '#478FDA'

red 71 ◦ green 143 ◦ blue 218

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

Shades of Picton Blue #478FDA

Tints of Picton Blue #478FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.1%

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

R = 16.44%
G = 33.1%
B = 50.46%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#478FDA (or 0x478FDA) is known color: Picton Blue. HEX triplet: 47, 8F and DA. RGB value is (71,143,218). Sum of RGB (Red+Green+Blue) = 71+143+218=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #478FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FDA is #B87025. Grayscale: #818181. Windows color (decimal): -12087334 or 14323527. OLE color: 14323527.

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

Color convert

RGB 71 143 218 -
CMYK 0.67 0.34 0 0.15
HSL 210.61º 0.67% 0.57% -
HSV(B) 210.61º 0.67% 0.85% -
XYZ 25.08 26.05 70.04 -
YUV 130.02 177.65 85.9 -
System Red Green Blue C M Y K H S L
Decimal 71 143 218 0.67 0.34 0 0.15 210.61 0.67 0.57
Hex 47 8F DA 43 22 0 F D3 43 39
Octal 107 217 332 103 42 0 17 323 103 71
Binary 1000111 10001111 11011010 1000011 100010 0 1111 11010011 1000011 111001

Color Harmonies of #478FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478FDA

Black with #478FDA

Text Example


Text Example

White with #478FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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