Html Css Color HEX #042952 Prussian Blue

📋 copy color: '#042952'

red 4 ◦ green 41 ◦ blue 82

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

Shades of Prussian Blue #042952

Tints of Prussian Blue #042952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.28%

 BLUE value IS 82 (32.42% from 255) = 64.57%

R = 3.15%
G = 32.28%
B = 64.57%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#042952 (or 0x042952) is known color: Prussian Blue. HEX triplet: 04, 29 and 52. RGB value is (4,41,82). Sum of RGB (Red+Green+Blue) = 4+41+82=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #042952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042952 is #FBD6AD. Grayscale: #222222. Windows color (decimal): -16504494 or 5384452. OLE color: 5384452.

HSL color Cylindrical-coordinate representation of color #042952: hue angle of 211.54º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042952 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 41 82 -
CMYK 0.95 0.50 0 0.68
HSL 211.54º 0.91% 0.17% -
HSV(B) 211.54º 0.95% 0.32% -
XYZ 2.37 2.22 8.29 -
YUV 34.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 4 41 82 0.95 0.50 0 0.68 211.54 0.91 0.17
Hex 4 29 52 5F 32 0 44 D4 5B 11
Octal 4 51 122 137 62 0 104 324 133 21
Binary 100 101001 1010010 1011111 110010 0 1000100 11010100 1011011 10001

Color Harmonies of #042952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042952

Black with #042952

Text Example


Text Example

White with #042952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042952; }

 p { color: rgb(4,41,82); }

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

background-color css

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

 a { background-color: rgb(4,41,82); }

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

border-color css

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

 span { border-color: rgb(4,41,82); }

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