#4BAECB

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

Shades of Viking #4BAECB

Tints of Viking #4BAECB

Color information

#4BAECB (or 0x4BAECB) is unknown color: approx Viking. HEX triplet: 4B, AE and CB. RGB value is (75,174,203). Sum of RGB (Red+Green+Blue) = 75+174+203=452 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.59% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BAECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAECB is #B45134. Grayscale: #939393. Windows color (decimal): -11817269 or 13348427. OLE color: 13348427.

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

Color convert

RGB75174203-
CMYK0.630.1400.20
HSL193.59º55.17%54.51%-
HSV(B)193.59º63.05%79.61%-
XYZ28.8236.0861.95-
YUV147.7159.276.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.59%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 203 (79.69% from 255) = 44.91%
R=16.59%
G=38.50%
B=44.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751742030.630.1400.20193.5955.1754.51
Hex4BAECB3FE014c23737
Octal11325631377160243026767
Binary10010111010111011001011111111111001010011000010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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