#4CB7D0

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

Shades of Viking #4CB7D0

Tints of Viking #4CB7D0

Color information

#4CB7D0 (or 0x4CB7D0) is unknown color: approx Viking. HEX triplet: 4C, B7 and D0. RGB value is (76,183,208). Sum of RGB (Red+Green+Blue) = 76+183+208=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #4CB7D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB7D0 is #B3482F. Grayscale: #999999. Windows color (decimal): -11749424 or 13678412. OLE color: 13678412.

HSL color Cylindrical-coordinate representation of color #4CB7D0: hue angle of 191.36º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CB7D0 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB76183208-
CMYK0.630.1200.18
HSL191.36º58.41%55.69%-
HSV(B)191.36º63.46%81.57%-
XYZ31.339.9665.74-
YUV153.86158.5572.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.27%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=16.27%
G=39.19%
B=44.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal761832080.630.1200.18191.3658.4155.69
Hex4CB7D03FC012bf3a38
Octal11426732077140222777270
Binary10011001011011111010000111111110001001010111111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,183,208); }

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

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

 a { background-color: rgb(76,183,208); }

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

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

 span { border-color: rgb(76,183,208); }

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