#4CB1D0

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

Shades of Viking #4CB1D0

Tints of Viking #4CB1D0

Color information

#4CB1D0 (or 0x4CB1D0) is unknown color: approx Viking. HEX triplet: 4C, B1 and D0. RGB value is (76,177,208). Sum of RGB (Red+Green+Blue) = 76+177+208=461 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.49% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #4CB1D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB1D0 is #B34E2F. Grayscale: #969696. Windows color (decimal): -11750960 or 13676876. OLE color: 13676876.

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

Color convert

RGB76177208-
CMYK0.630.1500.18
HSL194.09º58.41%55.69%-
HSV(B)194.09º63.46%81.57%-
XYZ30.0937.5365.33-
YUV150.34160.5474.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.49%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=16.49%
G=38.39%
B=45.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal761772080.630.1500.18194.0958.4155.69
Hex4CB1D03FF012c23a38
Octal11426132077170223027270
Binary10011001011000111010000111111111101001011000010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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