#4B9FBE

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

Shades of Viking #4B9FBE

Tints of Viking #4B9FBE

Color information

#4B9FBE (or 0x4B9FBE) is unknown color: approx Viking. HEX triplet: 4B, 9F and BE. RGB value is (75,159,190). Sum of RGB (Red+Green+Blue) = 75+159+190=424 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.69% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B9FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9FBE is #B46041. Grayscale: #898989. Windows color (decimal): -11821122 or 12492619. OLE color: 12492619.

HSL color Cylindrical-coordinate representation of color #4B9FBE: hue angle of 196.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B9FBE is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB75159190-
CMYK0.610.1600.25
HSL196.17º46.94%51.96%-
HSV(B)196.17º60.53%74.51%-
XYZ24.5930.0153.21-
YUV137.42157.6783.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.69%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=17.69%
G=37.5%
B=44.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751591900.610.1600.25196.1746.9451.96
Hex4B9FBE3D10019c42f34
Octal11323727675200313045764
Binary100101110011111101111101111011000001100111000100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,159,190); }

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

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

 a { background-color: rgb(75,159,190); }

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

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

 span { border-color: rgb(75,159,190); }

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