Html Css Color HEX #042852 Prussian Blue

📋 copy color: '#042852'

red 4 ◦ green 40 ◦ blue 82

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

Shades of Prussian Blue #042852

Tints of Prussian Blue #042852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.75%

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

R = 3.17%
G = 31.75%
B = 65.08%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#042852 (or 0x042852) is known color: Prussian Blue. HEX triplet: 04, 28 and 52. RGB value is (4,40,82). Sum of RGB (Red+Green+Blue) = 4+40+82=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #042852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042852 is #FBD7AD. Grayscale: #212121. Windows color (decimal): -16504750 or 5384196. OLE color: 5384196.

HSL color Cylindrical-coordinate representation of color #042852: hue angle of 212.31º 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 #042852 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 40 82 -
CMYK 0.95 0.51 0 0.68
HSL 212.31º 0.91% 0.17% -
HSV(B) 212.31º 0.95% 0.32% -
XYZ 2.33 2.15 8.28 -
YUV 34.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 4 40 82 0.95 0.51 0 0.68 212.31 0.91 0.17
Hex 4 28 52 5F 33 0 44 D4 5B 11
Octal 4 50 122 137 63 0 104 324 133 21
Binary 100 101000 1010010 1011111 110011 0 1000100 11010100 1011011 10001

Color Harmonies of #042852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042852

Black with #042852

Text Example


Text Example

White with #042852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042852; }

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

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

background-color css

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

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

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

border-color css

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

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

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