Html Css Color HEX #042C4D Prussian Blue

📋 copy color: '#042C4D'

red 4 ◦ green 44 ◦ blue 77

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

Shades of Prussian Blue #042C4D

Tints of Prussian Blue #042C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 35.2%

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

R = 3.2%
G = 35.2%
B = 61.6%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#042C4D (or 0x042C4D) is known color: Prussian Blue. HEX triplet: 04, 2C and 4D. RGB value is (4,44,77). Sum of RGB (Red+Green+Blue) = 4+44+77=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #042C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C4D is #FBD3B2. Grayscale: #232323. Windows color (decimal): -16503731 or 5057540. OLE color: 5057540.

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

Color convert

RGB 4 44 77 -
CMYK 0.95 0.43 0 0.70
HSL 207.12º 0.9% 0.16% -
HSV(B) 207.12º 0.95% 0.3% -
XYZ 2.29 2.36 7.36 -
YUV 35.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 4 44 77 0.95 0.43 0 0.70 207.12 0.9 0.16
Hex 4 2C 4D 5F 2B 0 46 CF 5A 10
Octal 4 54 115 137 53 0 106 317 132 20
Binary 100 101100 1001101 1011111 101011 0 1000110 11001111 1011010 10000

Color Harmonies of #042C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C4D

Black with #042C4D

Text Example


Text Example

White with #042C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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