#4BAACD

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

Shades of Viking #4BAACD

Tints of Viking #4BAACD

Color information

#4BAACD (or 0x4BAACD) is unknown color: approx Viking. HEX triplet: 4B, AA and CD. RGB value is (75,170,205). Sum of RGB (Red+Green+Blue) = 75+170+205=450 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.67% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #4BAACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAACD is #B45532. Grayscale: #919191. Windows color (decimal): -11818291 or 13478475. OLE color: 13478475.

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

Color convert

RGB75170205-
CMYK0.630.1700.20
HSL196.15º56.52%54.9%-
HSV(B)196.15º63.41%80.39%-
XYZ28.334.6562.95-
YUV145.58161.5377.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.67%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=16.67%
G=37.78%
B=45.56%

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
Decimal751702050.630.1700.20196.1556.5254.9
Hex4BAACD3F11014c43937
Octal11325231577210243047167
Binary100101110101010110011011111111000101010011000100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,170,205); }

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

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

 a { background-color: rgb(75,170,205); }

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

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

 span { border-color: rgb(75,170,205); }

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