#42A5CA

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

Shades of Viking #42A5CA

Tints of Viking #42A5CA

Color information

#42A5CA (or 0x42A5CA) is unknown color: approx Viking. HEX triplet: 42, A5 and CA. RGB value is (66,165,202). Sum of RGB (Red+Green+Blue) = 66+165+202=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #42A5CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A5CA is #BD5A35. Grayscale: #8B8B8B. Windows color (decimal): -12409398 or 13280578. OLE color: 13280578.

HSL color Cylindrical-coordinate representation of color #42A5CA: hue angle of 196.32º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42A5CA is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB66165202-
CMYK0.670.1800.21
HSL196.32º56.2%52.55%-
HSV(B)196.32º67.33%79.22%-
XYZ26.3632.3360.73-
YUV139.62163.275.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.24%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=15.24%
G=38.11%
B=46.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661652020.670.1800.21196.3256.252.55
Hex42A5CA4312015c43835
Octal102245312103220253047065
Binary1000010101001011100101010000111001001010111000100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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