#26476B

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

Shades of Arapawa #26476B

Tints of Arapawa #26476B

Color information

#26476B (or 0x26476B) is unknown color: approx Arapawa. HEX triplet: 26, 47 and 6B. RGB value is (38,71,107). Sum of RGB (Red+Green+Blue) = 38+71+107=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #26476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26476B is #D9B894. Grayscale: #414141. Windows color (decimal): -14268565 or 7030566. OLE color: 7030566.

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

Color convert

RGB3871107-
CMYK0.640.3400.58
HSL211.3º47.59%28.43%-
HSV(B)211.3º64.49%41.96%-
XYZ5.715.9814.76-
YUV65.24151.57108.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 107 (42.19% from 255) = 49.54%
R=17.59%
G=32.87%
B=49.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38711070.640.3400.58211.347.5928.43
Hex26476B402203Ad3301c
Octal46107153100420723236034
Binary10011010001111101011100000010001001110101101001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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