#42A7AF

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

Shades of Viking #42A7AF

Tints of Viking #42A7AF

Color information

#42A7AF (or 0x42A7AF) is unknown color: approx Viking. HEX triplet: 42, A7 and AF. RGB value is (66,167,175). Sum of RGB (Red+Green+Blue) = 66+167+175=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #42A7AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A7AF is #BD5850. Grayscale: #898989. Windows color (decimal): -12408913 or 11511618. OLE color: 11511618.

HSL color Cylindrical-coordinate representation of color #42A7AF: hue angle of 184.4º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42A7AF is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB66167175-
CMYK0.620.0500.31
HSL184.4º45.23%47.25%-
HSV(B)184.4º62.29%68.63%-
XYZ23.831.8945.46-
YUV137.71149.0476.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.18%
GREEN value IS 167 (65.62% from 255) = 40.93%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=16.18%
G=40.93%
B=42.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661671750.620.0500.31184.445.2347.25
Hex42A7AF3E501Fb82d2f
Octal1022472577650372705557
Binary1000010101001111010111111111010101111110111000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,167,175); }

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

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

 a { background-color: rgb(66,167,175); }

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

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

 span { border-color: rgb(66,167,175); }

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