#479BC4

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

Shades of Picton Blue #479BC4

Tints of Picton Blue #479BC4

Color information

#479BC4 (or 0x479BC4) is unknown color: approx Picton Blue. HEX triplet: 47, 9B and C4. RGB value is (71,155,196). Sum of RGB (Red+Green+Blue) = 71+155+196=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #479BC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479BC4 is #B8643B. Grayscale: #868686. Windows color (decimal): -12084284 or 12884807. OLE color: 12884807.

HSL color Cylindrical-coordinate representation of color #479BC4: hue angle of 199.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #479BC4 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB71155196-
CMYK0.640.2100.23
HSL199.68º51.44%52.35%-
HSV(B)199.68º63.78%76.86%-
XYZ24.2828.7756.5-
YUV134.56162.6782.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.82%
GREEN value IS 155 (60.94% from 255) = 36.73%
BLUE value IS 196 (76.95% from 255) = 46.45%
R=16.82%
G=36.73%
B=46.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal711551960.640.2100.23199.6851.4452.35
Hex479BC44015017c83334
Octal107233304100250273106364
Binary1000111100110111100010010000001010101011111001000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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