#4FC4DD

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

Shades of Viking #4FC4DD

Tints of Viking #4FC4DD

Color information

#4FC4DD (or 0x4FC4DD) is unknown color: approx Viking. HEX triplet: 4F, C4 and DD. RGB value is (79,196,221). Sum of RGB (Red+Green+Blue) = 79+196+221=496 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.93% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FC4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC4DD is #B03B22. Grayscale: #A3A3A3. Windows color (decimal): -11549475 or 14533711. OLE color: 14533711.

HSL color Cylindrical-coordinate representation of color #4FC4DD: hue angle of 190.56º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FC4DD is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB79196221-
CMYK0.640.1100.13
HSL190.56º67.62%58.82%-
HSV(B)190.56º64.25%86.67%-
XYZ36.0246.3675.46-
YUV163.87160.2467.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.93%
GREEN value IS 196 (76.95% from 255) = 39.52%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=15.93%
G=39.52%
B=44.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal791962210.640.1100.13190.5667.6258.82
Hex4FC4DD40B0Dbf443b
Octal1173043351001301527710473
Binary100111111000100110111011000000101101101101111111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FC4DD; }

 p { color: rgb(79,196,221); }

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

<style>
 a { background-color: #4FC4DD; }

 a { background-color: rgb(79,196,221); }

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

<style>
 span { border-color: #4FC4DD; }

 span { border-color: rgb(79,196,221); }

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