#4BA8CE

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

Shades of Viking #4BA8CE

Tints of Viking #4BA8CE

Color information

#4BA8CE (or 0x4BA8CE) is unknown color: approx Viking. HEX triplet: 4B, A8 and CE. RGB value is (75,168,206). Sum of RGB (Red+Green+Blue) = 75+168+206=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BA8CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA8CE is #B45731. Grayscale: #909090. Windows color (decimal): -11818802 or 13543499. OLE color: 13543499.

HSL color Cylindrical-coordinate representation of color #4BA8CE: hue angle of 197.4º 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 #4BA8CE is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB75168206-
CMYK0.640.1800.19
HSL197.4º57.21%55.1%-
HSV(B)197.4º63.59%80.78%-
XYZ28.0433.9663.47-
YUV144.52162.6978.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.70%
GREEN value IS 168 (66.02% from 255) = 37.42%
BLUE value IS 206 (80.86% from 255) = 45.88%
R=16.70%
G=37.42%
B=45.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal751682060.640.1800.19197.457.2155.1
Hex4BA8CE4012013c53937
Octal113250316100220233057167
Binary1001011101010001100111010000001001001001111000101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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