#4CB1CD

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

Shades of Viking #4CB1CD

Tints of Viking #4CB1CD

Color information

#4CB1CD (or 0x4CB1CD) is unknown color: approx Viking. HEX triplet: 4C, B1 and CD. RGB value is (76,177,205). Sum of RGB (Red+Green+Blue) = 76+177+205=458 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.59% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CB1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB1CD is #B34E32. Grayscale: #959595. Windows color (decimal): -11750963 or 13480268. OLE color: 13480268.

HSL color Cylindrical-coordinate representation of color #4CB1CD: hue angle of 193.02º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CB1CD is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB76177205-
CMYK0.630.1400.20
HSL193.02º56.33%55.1%-
HSV(B)193.02º62.93%80.39%-
XYZ29.7237.3963.41-
YUV149.99159.0475.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.59%
GREEN value IS 177 (69.53% from 255) = 38.65%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=16.59%
G=38.65%
B=44.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761772050.630.1400.20193.0256.3355.1
Hex4CB1CD3FE014c13837
Octal11426131577160243017067
Binary10011001011000111001101111111111001010011000001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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