#4BB1CA

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

Shades of Viking #4BB1CA

Tints of Viking #4BB1CA

Color information

#4BB1CA (or 0x4BB1CA) is unknown color: approx Viking. HEX triplet: 4B, B1 and CA. RGB value is (75,177,202). Sum of RGB (Red+Green+Blue) = 75+177+202=454 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.52% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #4BB1CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BB1CA is #B44E35. Grayscale: #959595. Windows color (decimal): -11816502 or 13283659. OLE color: 13283659.

HSL color Cylindrical-coordinate representation of color #4BB1CA: hue angle of 191.81º 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 #4BB1CA is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB75177202-
CMYK0.630.1200.21
HSL191.81º54.51%54.31%-
HSV(B)191.81º62.87%79.22%-
XYZ29.2837.261.51-
YUV149.35157.7174.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.52%
GREEN value IS 177 (69.53% from 255) = 38.99%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=16.52%
G=38.99%
B=44.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal751772020.630.1200.21191.8154.5154.31
Hex4BB1CA3FC015c03736
Octal11326131277140253006766
Binary10010111011000111001010111111110001010111000000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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