#42A6CD

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

Shades of Viking #42A6CD

Tints of Viking #42A6CD

Color information

#42A6CD (or 0x42A6CD) is unknown color: approx Viking. HEX triplet: 42, A6 and CD. RGB value is (66,166,205). Sum of RGB (Red+Green+Blue) = 66+166+205=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #42A6CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A6CD is #BD5932. Grayscale: #8C8C8C. Windows color (decimal): -12409139 or 13477442. OLE color: 13477442.

HSL color Cylindrical-coordinate representation of color #42A6CD: hue angle of 196.83º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42A6CD is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB66166205-
CMYK0.680.1900.20
HSL196.83º58.16%53.14%-
HSV(B)196.83º67.8%80.39%-
XYZ26.932.8462.68-
YUV140.55164.3774.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.10%
GREEN value IS 166 (65.23% from 255) = 37.99%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=15.10%
G=37.99%
B=46.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661662050.680.1900.20196.8358.1653.14
Hex42A6CD4413014c53a35
Octal102246315104230243057265
Binary1000010101001101100110110001001001101010011000101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,166,205); }

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

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

 a { background-color: rgb(66,166,205); }

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

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

 span { border-color: rgb(66,166,205); }

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