Html Css Color HEX #042A4D Prussian Blue

📋 copy color: '#042A4D'

red 4 ◦ green 42 ◦ blue 77

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

Shades of Prussian Blue #042A4D

Tints of Prussian Blue #042A4D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 34.15%

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

R = 3.25%
G = 34.15%
B = 62.6%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#042A4D (or 0x042A4D) is known color: Prussian Blue. HEX triplet: 04, 2A and 4D. RGB value is (4,42,77). Sum of RGB (Red+Green+Blue) = 4+42+77=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #042A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A4D is #FBD5B2. Grayscale: #222222. Windows color (decimal): -16504243 or 5057028. OLE color: 5057028.

HSL color Cylindrical-coordinate representation of color #042A4D: hue angle of 208.77º 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 #042A4D is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 42 77 -
CMYK 0.95 0.45 0 0.70
HSL 208.77º 0.9% 0.16% -
HSV(B) 208.77º 0.95% 0.3% -
XYZ 2.22 2.22 7.33 -
YUV 34.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 4 42 77 0.95 0.45 0 0.70 208.77 0.9 0.16
Hex 4 2A 4D 5F 2D 0 46 D1 5A 10
Octal 4 52 115 137 55 0 106 321 132 20
Binary 100 101010 1001101 1011111 101101 0 1000110 11010001 1011010 10000

Color Harmonies of #042A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042A4D

Black with #042A4D

Text Example


Text Example

White with #042A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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