#439fbe

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

Shades of Viking #439FBE

Tints of Viking #439FBE

Color information

#439FBE (or 0x439FBE) is unknown color: approx Viking. HEX triplet: 43, 9F and BE. RGB value is (67,159,190). Sum of RGB (Red+Green+Blue) = 67+159+190=416 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.11% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #439FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #439FBE is #BC6041. Grayscale: #868686. Windows color (decimal): -12345410 or 12492611. OLE color: 12492611.

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

Color convert

RGB67159190-
CMYK0.650.1600.25
HSL195.12º48.62%50.39%-
HSV(B)195.12º64.74%74.51%-
XYZ24.0129.7153.18-
YUV135.03159.0279.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.11%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=16.11%
G=38.22%
B=45.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671591900.650.1600.25195.1248.6250.39
Hex439FBE4110019c33132
Octal103237276101200313036162
Binary1000011100111111011111010000011000001100111000011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439fbe; }

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

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

<style>
 a { background-color: #439fbe; }

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

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

<style>
 span { border-color: #439fbe; }

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

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