#4CB7CC

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

Shades of Viking #4CB7CC

Tints of Viking #4CB7CC

Color information

#4CB7CC (or 0x4CB7CC) is unknown color: approx Viking. HEX triplet: 4C, B7 and CC. RGB value is (76,183,204). Sum of RGB (Red+Green+Blue) = 76+183+204=463 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.41% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CB7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB7CC is #B34833. Grayscale: #999999. Windows color (decimal): -11749428 or 13416268. OLE color: 13416268.

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

Color convert

RGB76183204-
CMYK0.630.1000.2
HSL189.84º55.65%54.9%-
HSV(B)189.84º62.75%80%-
XYZ30.8139.7663.18-
YUV153.4156.5572.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.41%
GREEN value IS 183 (71.88% from 255) = 39.52%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=16.41%
G=39.52%
B=44.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal761832040.630.1000.2189.8455.6554.9
Hex4CB7CC3FA014be3837
Octal11426731477120242767067
Binary10011001011011111001100111111101001010010111110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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