#4BA5BD

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

Shades of Viking #4BA5BD

Tints of Viking #4BA5BD

Color information

#4BA5BD (or 0x4BA5BD) is unknown color: approx Viking. HEX triplet: 4B, A5 and BD. RGB value is (75,165,189). Sum of RGB (Red+Green+Blue) = 75+165+189=429 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.48% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #4BA5BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA5BD is #B45A42. Grayscale: #8C8C8C. Windows color (decimal): -11819587 or 12428619. OLE color: 12428619.

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

Color convert

RGB75165189-
CMYK0.600.1300.26
HSL192.63º46.34%51.76%-
HSV(B)192.63º60.32%74.12%-
XYZ25.5432.0852.99-
YUV140.83155.1881.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.48%
GREEN value IS 165 (64.84% from 255) = 38.46%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=17.48%
G=38.46%
B=44.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751651890.600.1300.26192.6346.3451.76
Hex4BA5BD3CD01Ac12e34
Octal11324527574150323015664
Binary10010111010010110111101111100110101101011000001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,165,189); }

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

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

 a { background-color: rgb(75,165,189); }

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

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

 span { border-color: rgb(75,165,189); }

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