#42A5B4

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

Shades of Viking #42A5B4

Tints of Viking #42A5B4

Color information

#42A5B4 (or 0x42A5B4) is unknown color: approx Viking. HEX triplet: 42, A5 and B4. RGB value is (66,165,180). Sum of RGB (Red+Green+Blue) = 66+165+180=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #42A5B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A5B4 is #BD5A4B. Grayscale: #888888. Windows color (decimal): -12409420 or 11838786. OLE color: 11838786.

HSL color Cylindrical-coordinate representation of color #42A5B4: hue angle of 187.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42A5B4 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB66165180-
CMYK0.630.0800.29
HSL187.89º46.34%48.24%-
HSV(B)187.89º63.33%70.59%-
XYZ23.9431.3647.97-
YUV137.11152.277.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.06%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 180 (70.70% from 255) = 43.80%
R=16.06%
G=40.15%
B=43.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661651800.630.0800.29187.8946.3448.24
Hex42A5B43F801Dbc2e30
Octal10224526477100352745660
Binary10000101010010110110100111111100001110110111100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,165,180); }

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

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

 a { background-color: rgb(66,165,180); }

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

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

 span { border-color: rgb(66,165,180); }

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