#4BAEBC

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

Shades of Viking #4BAEBC

Tints of Viking #4BAEBC

Color information

#4BAEBC (or 0x4BAEBC) is unknown color: approx Viking. HEX triplet: 4B, AE and BC. RGB value is (75,174,188). Sum of RGB (Red+Green+Blue) = 75+174+188=437 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.16% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #4BAEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAEBC is #B45143. Grayscale: #919191. Windows color (decimal): -11817284 or 12365387. OLE color: 12365387.

HSL color Cylindrical-coordinate representation of color #4BAEBC: hue angle of 187.43º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BAEBC is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB75174188-
CMYK0.600.0700.26
HSL187.43º45.75%51.57%-
HSV(B)187.43º60.11%73.73%-
XYZ27.1135.452.98-
YUV146151.777.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.16%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=17.16%
G=39.82%
B=43.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751741880.600.0700.26187.4345.7551.57
Hex4BAEBC3C701Abb2e34
Octal1132562747470322735664
Binary1001011101011101011110011110011101101010111011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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