#2A4760

Color #2A4760 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #2A4760

Tints of Arapawa #2A4760

Color information

#2A4760 (or 0x2A4760) is unknown color: approx Arapawa. HEX triplet: 2A, 47 and 60. RGB value is (42,71,96). Sum of RGB (Red+Green+Blue) = 42+71+96=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A4760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4760 is #D5B89F. Grayscale: #414141. Windows color (decimal): -14006432 or 6309674. OLE color: 6309674.

HSL color Cylindrical-coordinate representation of color #2A4760: hue angle of 207.78º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A4760 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB427196-
CMYK0.560.2600.62
HSL207.78º39.13%27.06%-
HSV(B)207.78º56.25%37.65%-
XYZ5.325.8411.91-
YUV65.18145.39111.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.10%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=20.10%
G=33.97%
B=45.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4271960.560.2600.62207.7839.1327.06
Hex2A4760381A03Ed0271b
Octal5210714070320763204733
Binary101010100011111000001110001101001111101101000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A4760; }

 p { color: rgb(42,71,96); }

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

<style>
 a { background-color: #2A4760; }

 a { background-color: rgb(42,71,96); }

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

<style>
 span { border-color: #2A4760; }

 span { border-color: rgb(42,71,96); }

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