#4BA5CE

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

Shades of Viking #4BA5CE

Tints of Viking #4BA5CE

Color information

#4BA5CE (or 0x4BA5CE) is unknown color: approx Viking. HEX triplet: 4B, A5 and CE. RGB value is (75,165,206). Sum of RGB (Red+Green+Blue) = 75+165+206=446 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.82% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BA5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA5CE is #B45A31. Grayscale: #8E8E8E. Windows color (decimal): -11819570 or 13542731. OLE color: 13542731.

HSL color Cylindrical-coordinate representation of color #4BA5CE: hue angle of 198.78º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BA5CE is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB75165206-
CMYK0.640.2000.19
HSL198.78º57.21%55.1%-
HSV(B)198.78º63.59%80.78%-
XYZ27.532.8663.29-
YUV142.76163.6879.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.82%
GREEN value IS 165 (64.84% from 255) = 37.00%
BLUE value IS 206 (80.86% from 255) = 46.19%
R=16.82%
G=37.00%
B=46.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal751652060.640.2000.19198.7857.2155.1
Hex4BA5CE4014013c73937
Octal113245316100240233077167
Binary1001011101001011100111010000001010001001111000111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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