#4FB3CC

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

Shades of Viking #4FB3CC

Tints of Viking #4FB3CC

Color information

#4FB3CC (or 0x4FB3CC) is unknown color: approx Viking. HEX triplet: 4F, B3 and CC. RGB value is (79,179,204). Sum of RGB (Red+Green+Blue) = 79+179+204=462 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.10% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FB3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB3CC is #B04C33. Grayscale: #979797. Windows color (decimal): -11553844 or 13415247. OLE color: 13415247.

HSL color Cylindrical-coordinate representation of color #4FB3CC: hue angle of 192º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FB3CC is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB79179204-
CMYK0.610.1200.2
HSL192º55.07%55.49%-
HSV(B)192º61.27%80%-
XYZ30.2438.2662.92-
YUV151.95157.3775.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.10%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=17.10%
G=38.74%
B=44.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791792040.610.1200.219255.0755.49
Hex4FB3CC3DC014c03737
Octal11726331475140243006767
Binary10011111011001111001100111101110001010011000000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,179,204); }

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

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

 a { background-color: rgb(79,179,204); }

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

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

 span { border-color: rgb(79,179,204); }

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