#4BB1CC

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

Shades of Viking #4BB1CC

Tints of Viking #4BB1CC

Color information

#4BB1CC (or 0x4BB1CC) is unknown color: approx Viking. HEX triplet: 4B, B1 and CC. RGB value is (75,177,204). Sum of RGB (Red+Green+Blue) = 75+177+204=456 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.45% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #4BB1CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BB1CC is #B44E33. Grayscale: #959595. Windows color (decimal): -11816500 or 13414731. OLE color: 13414731.

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

Color convert

RGB75177204-
CMYK0.630.1300.2
HSL192.56º55.84%54.71%-
HSV(B)192.56º63.24%80%-
XYZ29.5237.362.77-
YUV149.58158.7174.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.45%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=16.45%
G=38.82%
B=44.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal751772040.630.1300.2192.5655.8454.71
Hex4BB1CC3FD014c13837
Octal11326131477150243017067
Binary10010111011000111001100111111110101010011000001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,177,204); }

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

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

 a { background-color: rgb(75,177,204); }

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

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

 span { border-color: rgb(75,177,204); }

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