#42AECA

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

Shades of Viking #42AECA

Tints of Viking #42AECA

Color information

#42AECA (or 0x42AECA) is unknown color: approx Viking. HEX triplet: 42, AE and CA. RGB value is (66,174,202). Sum of RGB (Red+Green+Blue) = 66+174+202=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #42AECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AECA is #BD5135. Grayscale: #909090. Windows color (decimal): -12407094 or 13282882. OLE color: 13282882.

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

Color convert

RGB66174202-
CMYK0.670.1400.21
HSL192.35º56.2%52.55%-
HSV(B)192.35º67.33%79.22%-
XYZ28.0435.6961.29-
YUV144.9160.2271.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.93%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=14.93%
G=39.37%
B=45.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661742020.670.1400.21192.3556.252.55
Hex42AECA43E015c03835
Octal102256312103160253007065
Binary100001010101110110010101000011111001010111000000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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