Html Css Color HEX #26476A Arapawa

📋 copy color: '#26476A'

red 38 ◦ green 71 ◦ blue 106

#26476A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #26476A

Tints of Arapawa #26476A

RGB

 RED value IS 38 (15.23% from 255) = 17.67%

 GREEN value IS 71 (28.13% from 255) = 33.02%

 BLUE value IS 106 (41.8% from 255) = 49.3%

R = 17.67%
G = 33.02%
B = 49.3%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#26476A (or 0x26476A) is known color: Arapawa. HEX triplet: 26, 47 and 6A. RGB value is (38,71,106). Sum of RGB (Red+Green+Blue) = 38+71+106=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #26476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26476A is #D9B895. Grayscale: #404040. Windows color (decimal): -14268566 or 6965030. OLE color: 6965030.

HSL color Cylindrical-coordinate representation of color #26476A: hue angle of 210.88º degrees, saturation: 0.47, 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 #26476A is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 71 106 -
CMYK 0.64 0.33 0 0.58
HSL 210.88º 0.47% 0.28% -
HSV(B) 210.88º 0.64% 0.42% -
XYZ 5.65 5.96 14.49 -
YUV 65.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 38 71 106 0.64 0.33 0 0.58 210.88 0.47 0.28
Hex 26 47 6A 40 21 0 3A D3 2F 1C
Octal 46 107 152 100 41 0 72 323 57 34
Binary 100110 1000111 1101010 1000000 100001 0 111010 11010011 101111 11100

Color Harmonies of #26476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26476A

Black with #26476A

Text Example


Text Example

White with #26476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #26476A;
 }
 .AnyTagClassName
 {
   color: #26476A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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