#4BA4CA

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

Shades of Viking #4BA4CA

Tints of Viking #4BA4CA

Color information

#4BA4CA (or 0x4BA4CA) is unknown color: approx Viking. HEX triplet: 4B, A4 and CA. RGB value is (75,164,202). Sum of RGB (Red+Green+Blue) = 75+164+202=441 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.01% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #4BA4CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA4CA is #B45B35. Grayscale: #8D8D8D. Windows color (decimal): -11819830 or 13280331. OLE color: 13280331.

HSL color Cylindrical-coordinate representation of color #4BA4CA: hue angle of 197.95º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BA4CA is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB75164202-
CMYK0.630.1900.21
HSL197.95º54.51%54.31%-
HSV(B)197.95º62.87%79.22%-
XYZ26.8432.3160.7-
YUV141.72162.0180.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.01%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=17.01%
G=37.19%
B=45.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal751642020.630.1900.21197.9554.5154.31
Hex4BA4CA3F13015c63736
Octal11324431277230253066766
Binary100101110100100110010101111111001101010111000110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,164,202); }

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

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

 a { background-color: rgb(75,164,202); }

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

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

 span { border-color: rgb(75,164,202); }

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