Html Css Color HEX #28465E Arapawa

📋 copy color: '#28465E'

red 40 ◦ green 70 ◦ blue 94

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

Shades of Arapawa #28465E

Tints of Arapawa #28465E

RGB

 RED value IS 40 (16.02% from 255) = 19.61%

 GREEN value IS 70 (27.73% from 255) = 34.31%

 BLUE value IS 94 (37.11% from 255) = 46.08%

R = 19.61%
G = 34.31%
B = 46.08%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28465E (or 0x28465E) is known color: Arapawa. HEX triplet: 28, 46 and 5E. RGB value is (40,70,94). Sum of RGB (Red+Green+Blue) = 40+70+94=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #28465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28465E is #D7B9A1. Grayscale: #3F3F3F. Windows color (decimal): -14137762 or 6178344. OLE color: 6178344.

HSL color Cylindrical-coordinate representation of color #28465E: hue angle of 206.67º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28465E is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 70 94 -
CMYK 0.57 0.26 0 0.63
HSL 206.67º 0.4% 0.26% -
HSV(B) 206.67º 0.57% 0.37% -
XYZ 5.09 5.64 11.41 -
YUV 63.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 40 70 94 0.57 0.26 0 0.63 206.67 0.4 0.26
Hex 28 46 5E 39 1A 0 3F CF 28 1A
Octal 50 106 136 71 32 0 77 317 50 32
Binary 101000 1000110 1011110 111001 11010 0 111111 11001111 101000 11010

Color Harmonies of #28465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28465E

Black with #28465E

Text Example


Text Example

White with #28465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28465E; }

 p { color: rgb(40,70,94); }

 H1.HeaderClassName
 {
   color: #28465E;
 }
 .AnyTagClassName
 {
   color: #28465E;
 }
</style>

background-color css

<style>
 a { background-color: #28465E; }

 a { background-color: rgb(40,70,94); }

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

border-color css

<style>
 span { border-color: #28465E; }

 span { border-color: rgb(40,70,94); }

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