#479AC7

Color #479AC7 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #479AC7

Tints of Picton Blue #479AC7

Color information

#479AC7 (or 0x479AC7) is unknown color: approx Picton Blue. HEX triplet: 47, 9A and C7. RGB value is (71,154,199). Sum of RGB (Red+Green+Blue) = 71+154+199=424 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.75% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 199 - color contains mainly: blue. Hex color #479AC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479AC7 is #B86538. Grayscale: #868686. Windows color (decimal): -12084537 or 13081159. OLE color: 13081159.

HSL color Cylindrical-coordinate representation of color #479AC7: hue angle of 201.09º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #479AC7 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB71154199-
CMYK0.640.2300.22
HSL201.09º53.33%52.94%-
HSV(B)201.09º64.32%78.04%-
XYZ24.4628.5758.26-
YUV134.31164.582.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.75%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 199 (78.12% from 255) = 46.93%
R=16.75%
G=36.32%
B=46.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal711541990.640.2300.22201.0953.3352.94
Hex479AC74017016c93535
Octal107232307100270263116565
Binary1000111100110101100011110000001011101011011001001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,154,199); }

 H1.HeaderClassName
 {
   color: #479AC7;
 }
 .AnyTagClassName
 {
   color: #479AC7;
 }
</style>
background-color css

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

 a { background-color: rgb(71,154,199); }

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

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

 span { border-color: rgb(71,154,199); }

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