#459FBE

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

Shades of Viking #459FBE

Tints of Viking #459FBE

Color information

#459FBE (or 0x459FBE) is unknown color: approx Viking. HEX triplet: 45, 9F and BE. RGB value is (69,159,190). Sum of RGB (Red+Green+Blue) = 69+159+190=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #459FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459FBE is #BA6041. Grayscale: #878787. Windows color (decimal): -12214338 or 12492613. OLE color: 12492613.

HSL color Cylindrical-coordinate representation of color #459FBE: hue angle of 195.37º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #459FBE is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB69159190-
CMYK0.640.1600.25
HSL195.37º48.21%50.78%-
HSV(B)195.37º63.68%74.51%-
XYZ24.1529.7853.19-
YUV135.62158.6880.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.51%
GREEN value IS 159 (62.5% from 255) = 38.04%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=16.51%
G=38.04%
B=45.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691591900.640.1600.25195.3748.2150.78
Hex459FBE4010019c33033
Octal105237276100200313036063
Binary1000101100111111011111010000001000001100111000011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459FBE; }

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

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

<style>
 a { background-color: #459FBE; }

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

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

<style>
 span { border-color: #459FBE; }

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

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