#4CBECF

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

Shades of Viking #4CBECF

Tints of Viking #4CBECF

Color information

#4CBECF (or 0x4CBECF) is unknown color: approx Viking. HEX triplet: 4C, BE and CF. RGB value is (76,190,207). Sum of RGB (Red+Green+Blue) = 76+190+207=473 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.07% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #4CBECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBECF is #B34130. Grayscale: #9D9D9D. Windows color (decimal): -11747633 or 13614668. OLE color: 13614668.

HSL color Cylindrical-coordinate representation of color #4CBECF: hue angle of 187.79º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CBECF is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB76190207-
CMYK0.630.0800.19
HSL187.79º57.71%55.49%-
HSV(B)187.79º63.29%81.18%-
XYZ32.6642.8765.58-
YUV157.85155.7369.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.07%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 207 (81.25% from 255) = 43.76%
R=16.07%
G=40.17%
B=43.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal761902070.630.0800.19187.7957.7155.49
Hex4CBECF3F8013bc3a37
Octal11427631777100232747267
Binary10011001011111011001111111111100001001110111100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,190,207); }

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

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

 a { background-color: rgb(76,190,207); }

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

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

 span { border-color: rgb(76,190,207); }

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