#4CB3CD

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

Shades of Viking #4CB3CD

Tints of Viking #4CB3CD

Color information

#4CB3CD (or 0x4CB3CD) is unknown color: approx Viking. HEX triplet: 4C, B3 and CD. RGB value is (76,179,205). Sum of RGB (Red+Green+Blue) = 76+179+205=460 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.52% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CB3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB3CD is #B34C32. Grayscale: #969696. Windows color (decimal): -11750451 or 13480780. OLE color: 13480780.

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

Color convert

RGB76179205-
CMYK0.630.1300.20
HSL192.09º56.33%55.1%-
HSV(B)192.09º62.93%80.39%-
XYZ30.1238.1863.54-
YUV151.17158.3874.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.52%
GREEN value IS 179 (70.31% from 255) = 38.91%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=16.52%
G=38.91%
B=44.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761792050.630.1300.20192.0956.3355.1
Hex4CB3CD3FD014c03837
Octal11426331577150243007067
Binary10011001011001111001101111111110101010011000000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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