#4BA9CB

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

Shades of Viking #4BA9CB

Tints of Viking #4BA9CB

Color information

#4BA9CB (or 0x4BA9CB) is unknown color: approx Viking. HEX triplet: 4B, A9 and CB. RGB value is (75,169,203). Sum of RGB (Red+Green+Blue) = 75+169+203=447 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.78% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BA9CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA9CB is #B45634. Grayscale: #909090. Windows color (decimal): -11818549 or 13347147. OLE color: 13347147.

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

Color convert

RGB75169203-
CMYK0.630.1700.20
HSL195.94º55.17%54.51%-
HSV(B)195.94º63.05%79.61%-
XYZ27.8734.1861.63-
YUV144.77160.8678.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.78%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=16.78%
G=37.81%
B=45.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751692030.630.1700.20195.9455.1754.51
Hex4BA9CB3F11014c43737
Octal11325131377210243046767
Binary100101110101001110010111111111000101010011000100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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