Html Css Color HEX #042E4D Prussian Blue

📋 copy color: '#042E4D'

red 4 ◦ green 46 ◦ blue 77

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

Shades of Prussian Blue #042E4D

Tints of Prussian Blue #042E4D

RGB

 RED value IS 4 (1.95% from 255) = 3.15%

 GREEN value IS 46 (18.36% from 255) = 36.22%

 BLUE value IS 77 (30.47% from 255) = 60.63%

R = 3.15%
G = 36.22%
B = 60.63%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#042E4D (or 0x042E4D) is known color: Prussian Blue. HEX triplet: 04, 2E and 4D. RGB value is (4,46,77). Sum of RGB (Red+Green+Blue) = 4+46+77=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #042E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E4D is #FBD1B2. Grayscale: #242424. Windows color (decimal): -16503219 or 5058052. OLE color: 5058052.

HSL color Cylindrical-coordinate representation of color #042E4D: hue angle of 205.48º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042E4D is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 46 77 -
CMYK 0.95 0.40 0 0.70
HSL 205.48º 0.9% 0.16% -
HSV(B) 205.48º 0.95% 0.3% -
XYZ 2.37 2.52 7.38 -
YUV 36.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 4 46 77 0.95 0.40 0 0.70 205.48 0.9 0.16
Hex 4 2E 4D 5F 28 0 46 CD 5A 10
Octal 4 56 115 137 50 0 106 315 132 20
Binary 100 101110 1001101 1011111 101000 0 1000110 11001101 1011010 10000

Color Harmonies of #042E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E4D

Black with #042E4D

Text Example


Text Example

White with #042E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042E4D; }

 p { color: rgb(4,46,77); }

 H1.HeaderClassName
 {
   color: #042E4D;
 }
 .AnyTagClassName
 {
   color: #042E4D;
 }
</style>

background-color css

<style>
 a { background-color: #042E4D; }

 a { background-color: rgb(4,46,77); }

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

border-color css

<style>
 span { border-color: #042E4D; }

 span { border-color: rgb(4,46,77); }

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