#4CBDCF

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

Shades of Viking #4CBDCF

Tints of Viking #4CBDCF

Color information

#4CBDCF (or 0x4CBDCF) is unknown color: approx Viking. HEX triplet: 4C, BD and CF. RGB value is (76,189,207). Sum of RGB (Red+Green+Blue) = 76+189+207=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #4CBDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBDCF is #B34230. Grayscale: #9D9D9D. Windows color (decimal): -11747889 or 13614412. OLE color: 13614412.

HSL color Cylindrical-coordinate representation of color #4CBDCF: hue angle of 188.24º 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 #4CBDCF is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB76189207-
CMYK0.630.0900.19
HSL188.24º57.71%55.49%-
HSV(B)188.24º63.29%81.18%-
XYZ32.4442.4465.51-
YUV157.27156.0670.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.10%
GREEN value IS 189 (74.22% from 255) = 40.04%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=16.10%
G=40.04%
B=43.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal761892070.630.0900.19188.2457.7155.49
Hex4CBDCF3F9013bc3a37
Octal11427531777110232747267
Binary10011001011110111001111111111100101001110111100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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