#4BACBC

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

Shades of Viking #4BACBC

Tints of Viking #4BACBC

Color information

#4BACBC (or 0x4BACBC) is unknown color: approx Viking. HEX triplet: 4B, AC and BC. RGB value is (75,172,188). Sum of RGB (Red+Green+Blue) = 75+172+188=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #4BACBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BACBC is #B45343. Grayscale: #909090. Windows color (decimal): -11817796 or 12364875. OLE color: 12364875.

HSL color Cylindrical-coordinate representation of color #4BACBC: hue angle of 188.5º 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 #4BACBC is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB75172188-
CMYK0.600.0900.26
HSL188.5º45.75%51.57%-
HSV(B)188.5º60.11%73.73%-
XYZ26.7334.6352.85-
YUV144.82152.3678.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.24%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 188 (73.83% from 255) = 43.22%
R=17.24%
G=39.54%
B=43.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751721880.600.0900.26188.545.7551.57
Hex4BACBC3C901Abc2e34
Octal11325427474110322745664
Binary10010111010110010111100111100100101101010111100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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