#4BABCB

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

Shades of Viking #4BABCB

Tints of Viking #4BABCB

Color information

#4BABCB (or 0x4BABCB) is unknown color: approx Viking. HEX triplet: 4B, AB and CB. RGB value is (75,171,203). Sum of RGB (Red+Green+Blue) = 75+171+203=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BABCB is #B45434. Grayscale: #919191. Windows color (decimal): -11818037 or 13347659. OLE color: 13347659.

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

Color convert

RGB75171203-
CMYK0.630.1600.20
HSL195º55.17%54.51%-
HSV(B)195º63.05%79.61%-
XYZ28.2434.9361.75-
YUV145.94160.277.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.70%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=16.70%
G=38.08%
B=45.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751712030.630.1600.2019555.1754.51
Hex4BABCB3F10014c33737
Octal11325331377200243036767
Binary100101110101011110010111111111000001010011000011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,171,203); }

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

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

 a { background-color: rgb(75,171,203); }

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

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

 span { border-color: rgb(75,171,203); }

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