#4FBECC

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

Shades of Viking #4FBECC

Tints of Viking #4FBECC

Color information

#4FBECC (or 0x4FBECC) is unknown color: approx Viking. HEX triplet: 4F, BE and CC. RGB value is (79,190,204). Sum of RGB (Red+Green+Blue) = 79+190+204=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBECC is #B04133. Grayscale: #9E9E9E. Windows color (decimal): -11551028 or 13418063. OLE color: 13418063.

HSL color Cylindrical-coordinate representation of color #4FBECC: hue angle of 186.72º 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 #4FBECC is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB79190204-
CMYK0.610.0700.2
HSL186.72º55.07%55.49%-
HSV(B)186.72º61.27%80%-
XYZ32.5442.8563.68-
YUV158.41153.7371.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.70%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=16.70%
G=40.17%
B=43.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791902040.610.0700.2186.7255.0755.49
Hex4FBECC3D7014bb3737
Octal1172763147570242736767
Binary1001111101111101100110011110111101010010111011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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