Html Css Color HEX #042B4D Prussian Blue

📋 copy color: '#042B4D'

red 4 ◦ green 43 ◦ blue 77

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

Shades of Prussian Blue #042B4D

Tints of Prussian Blue #042B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.68%

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

R = 3.23%
G = 34.68%
B = 62.1%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#042B4D (or 0x042B4D) is known color: Prussian Blue. HEX triplet: 04, 2B and 4D. RGB value is (4,43,77). Sum of RGB (Red+Green+Blue) = 4+43+77=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #042B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B4D is #FBD4B2. Grayscale: #232323. Windows color (decimal): -16503987 or 5057284. OLE color: 5057284.

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

Color convert

RGB 4 43 77 -
CMYK 0.95 0.44 0 0.70
HSL 207.95º 0.9% 0.16% -
HSV(B) 207.95º 0.95% 0.3% -
XYZ 2.25 2.29 7.34 -
YUV 35.22 151.58 105.74 -
System Red Green Blue C M Y K H S L
Decimal 4 43 77 0.95 0.44 0 0.70 207.95 0.9 0.16
Hex 4 2B 4D 5F 2C 0 46 D0 5A 10
Octal 4 53 115 137 54 0 106 320 132 20
Binary 100 101011 1001101 1011111 101100 0 1000110 11010000 1011010 10000

Color Harmonies of #042B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042B4D

Black with #042B4D

Text Example


Text Example

White with #042B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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