#26476C

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

Shades of Arapawa #26476C

Tints of Arapawa #26476C

Color information

#26476C (or 0x26476C) is unknown color: approx Arapawa. HEX triplet: 26, 47 and 6C. RGB value is (38,71,108). Sum of RGB (Red+Green+Blue) = 38+71+108=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #26476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26476C is #D9B893. Grayscale: #414141. Windows color (decimal): -14268564 or 7096102. OLE color: 7096102.

HSL color Cylindrical-coordinate representation of color #26476C: hue angle of 211.71º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26476C is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3871108-
CMYK0.650.3400.58
HSL211.71º47.95%28.63%-
HSV(B)211.71º64.81%42.35%-
XYZ5.76615.04-
YUV65.35152.07108.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=17.51%
G=32.72%
B=49.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38711080.650.3400.58211.7147.9528.63
Hex26476C412203Ad4301d
Octal46107154101420723246035
Binary10011010001111101100100000110001001110101101010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26476C; }

 p { color: rgb(38,71,108); }

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

<style>
 a { background-color: #26476C; }

 a { background-color: rgb(38,71,108); }

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

<style>
 span { border-color: #26476C; }

 span { border-color: rgb(38,71,108); }

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