#42A4BF

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

Shades of Viking #42A4BF

Tints of Viking #42A4BF

Color information

#42A4BF (or 0x42A4BF) is unknown color: approx Viking. HEX triplet: 42, A4 and BF. RGB value is (66,164,191). Sum of RGB (Red+Green+Blue) = 66+164+191=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #42A4BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A4BF is #BD5B40. Grayscale: #898989. Windows color (decimal): -12409665 or 12559426. OLE color: 12559426.

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

Color convert

RGB66164191-
CMYK0.650.1400.25
HSL192.96º49.41%50.39%-
HSV(B)192.96º65.45%74.9%-
XYZ24.9331.4754.05-
YUV137.78158.0376.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.68%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 191 (75% from 255) = 45.37%
R=15.68%
G=38.95%
B=45.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661641910.650.1400.25192.9649.4150.39
Hex42A4BF41E019c13132
Octal102244277101160313016162
Binary100001010100100101111111000001111001100111000001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A4BF; }

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

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

<style>
 a { background-color: #42A4BF; }

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

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

<style>
 span { border-color: #42A4BF; }

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

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