#439EBF

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

Shades of Viking #439EBF

Tints of Viking #439EBF

Color information

#439EBF (or 0x439EBF) is unknown color: approx Viking. HEX triplet: 43, 9E and BF. RGB value is (67,158,191). Sum of RGB (Red+Green+Blue) = 67+158+191=416 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.11% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #439EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #439EBF is #BC6140. Grayscale: #868686. Windows color (decimal): -12345665 or 12557891. OLE color: 12557891.

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

Color convert

RGB67158191-
CMYK0.650.1700.25
HSL195.97º49.21%50.59%-
HSV(B)195.97º64.92%74.9%-
XYZ23.9529.4153.7-
YUV134.55159.8579.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.11%
GREEN value IS 158 (62.11% from 255) = 37.98%
BLUE value IS 191 (75% from 255) = 45.91%
R=16.11%
G=37.98%
B=45.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671581910.650.1700.25195.9749.2150.59
Hex439EBF4111019c43133
Octal103236277101210313046163
Binary1000011100111101011111110000011000101100111000100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,158,191); }

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

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

 a { background-color: rgb(67,158,191); }

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

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

 span { border-color: rgb(67,158,191); }

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