#42A4CA

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

Shades of Viking #42A4CA

Tints of Viking #42A4CA

Color information

#42A4CA (or 0x42A4CA) is unknown color: approx Viking. HEX triplet: 42, A4 and CA. RGB value is (66,164,202). Sum of RGB (Red+Green+Blue) = 66+164+202=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #42A4CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A4CA is #BD5B35. Grayscale: #8A8A8A. Windows color (decimal): -12409654 or 13280322. OLE color: 13280322.

HSL color Cylindrical-coordinate representation of color #42A4CA: hue angle of 196.76º 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 #42A4CA is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB66164202-
CMYK0.670.1900.21
HSL196.76º56.2%52.55%-
HSV(B)196.76º67.33%79.22%-
XYZ26.1831.9760.67-
YUV139.03163.5375.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.28%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=15.28%
G=37.96%
B=46.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661642020.670.1900.21196.7656.252.55
Hex42A4CA4313015c53835
Octal102244312103230253057065
Binary1000010101001001100101010000111001101010111000101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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