#429EBF

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

Shades of Viking #429EBF

Tints of Viking #429EBF

Color information

#429EBF (or 0x429EBF) is unknown color: approx Viking. HEX triplet: 42, 9E and BF. RGB value is (66,158,191). Sum of RGB (Red+Green+Blue) = 66+158+191=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #429EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EBF is #BD6140. Grayscale: #868686. Windows color (decimal): -12411201 or 12557890. OLE color: 12557890.

HSL color Cylindrical-coordinate representation of color #429EBF: hue angle of 195.84º 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 #429EBF is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66158191-
CMYK0.650.1700.25
HSL195.84º49.41%50.39%-
HSV(B)195.84º65.45%74.9%-
XYZ23.8829.3753.7-
YUV134.25160.0279.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.90%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 191 (75% from 255) = 46.02%
R=15.90%
G=38.07%
B=46.02%

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
Decimal661581910.650.1700.25195.8449.4150.39
Hex429EBF4111019c43132
Octal102236277101210313046162
Binary1000010100111101011111110000011000101100111000100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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