#479DC4

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

Shades of Viking #479DC4

Tints of Viking #479DC4

Color information

#479DC4 (or 0x479DC4) is unknown color: approx Viking. HEX triplet: 47, 9D and C4. RGB value is (71,157,196). Sum of RGB (Red+Green+Blue) = 71+157+196=424 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.75% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #479DC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DC4 is #B8623B. Grayscale: #878787. Windows color (decimal): -12083772 or 12885319. OLE color: 12885319.

HSL color Cylindrical-coordinate representation of color #479DC4: hue angle of 198.72º 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 #479DC4 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB71157196-
CMYK0.640.2000.23
HSL198.72º51.44%52.35%-
HSV(B)198.72º63.78%76.86%-
XYZ24.6229.4456.61-
YUV135.73162.0181.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.75%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 196 (76.95% from 255) = 46.23%
R=16.75%
G=37.03%
B=46.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal711571960.640.2000.23198.7251.4452.35
Hex479DC44014017c73334
Octal107235304100240273076364
Binary1000111100111011100010010000001010001011111000111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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