#4C9FBF

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

Shades of Viking #4C9FBF

Tints of Viking #4C9FBF

Color information

#4C9FBF (or 0x4C9FBF) is unknown color: approx Viking. HEX triplet: 4C, 9F and BF. RGB value is (76,159,191). Sum of RGB (Red+Green+Blue) = 76+159+191=426 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.84% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C9FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9FBF is #B36040. Grayscale: #898989. Windows color (decimal): -11755585 or 12558156. OLE color: 12558156.

HSL color Cylindrical-coordinate representation of color #4C9FBF: hue angle of 196.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C9FBF is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76159191-
CMYK0.600.1700.25
HSL196.7º47.33%52.35%-
HSV(B)196.7º60.21%74.9%-
XYZ24.7830.0953.79-
YUV137.8315883.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.84%
GREEN value IS 159 (62.5% from 255) = 37.32%
BLUE value IS 191 (75% from 255) = 44.84%
R=17.84%
G=37.32%
B=44.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761591910.600.1700.25196.747.3352.35
Hex4C9FBF3C11019c52f34
Octal11423727774210313055764
Binary100110010011111101111111111001000101100111000101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,159,191); }

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

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

 a { background-color: rgb(76,159,191); }

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

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

 span { border-color: rgb(76,159,191); }

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