Html Css Color HEX #28476E Venice Blue

📋 copy color: '#28476E'

red 40 ◦ green 71 ◦ blue 110

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

Shades of Venice Blue #28476E

Tints of Venice Blue #28476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.77%

R = 18.1%
G = 32.13%
B = 49.77%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28476E (or 0x28476E) is known color: Venice Blue. HEX triplet: 28, 47 and 6E. RGB value is (40,71,110). Sum of RGB (Red+Green+Blue) = 40+71+110=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #28476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28476E is #D7B891. Grayscale: #414141. Windows color (decimal): -14137490 or 7227176. OLE color: 7227176.

HSL color Cylindrical-coordinate representation of color #28476E: hue angle of 213.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28476E is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 71 110 -
CMYK 0.64 0.35 0 0.57
HSL 213.43º 0.47% 0.29% -
HSV(B) 213.43º 0.64% 0.43% -
XYZ 5.94 6.08 15.61 -
YUV 66.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 40 71 110 0.64 0.35 0 0.57 213.43 0.47 0.29
Hex 28 47 6E 40 23 0 39 D5 2F 1D
Octal 50 107 156 100 43 0 71 325 57 35
Binary 101000 1000111 1101110 1000000 100011 0 111001 11010101 101111 11101

Color Harmonies of #28476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28476E

Black with #28476E

Text Example


Text Example

White with #28476E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,71,110); }

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

background-color css

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

 a { background-color: rgb(40,71,110); }

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

border-color css

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

 span { border-color: rgb(40,71,110); }

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