#4CB1D1

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

Shades of Viking #4CB1D1

Tints of Viking #4CB1D1

Color information

#4CB1D1 (or 0x4CB1D1) is unknown color: approx Viking. HEX triplet: 4C, B1 and D1. RGB value is (76,177,209). Sum of RGB (Red+Green+Blue) = 76+177+209=462 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.45% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #4CB1D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB1D1 is #B34E2E. Grayscale: #969696. Windows color (decimal): -11750959 or 13742412. OLE color: 13742412.

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

Color convert

RGB76177209-
CMYK0.640.1500.18
HSL194.44º59.11%55.88%-
HSV(B)194.44º63.64%81.96%-
XYZ30.2137.5865.98-
YUV150.45161.0474.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.45%
GREEN value IS 177 (69.53% from 255) = 38.31%
BLUE value IS 209 (82.03% from 255) = 45.24%
R=16.45%
G=38.31%
B=45.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal761772090.640.1500.18194.4459.1155.88
Hex4CB1D140F012c23b38
Octal114261321100170223027370
Binary100110010110001110100011000000111101001011000010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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