Html Css Color HEX #043650 Prussian Blue

📋 copy color: '#043650'

red 4 ◦ green 54 ◦ blue 80

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

Shades of Prussian Blue #043650

Tints of Prussian Blue #043650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.13%

 BLUE value IS 80 (31.64% from 255) = 57.97%

R = 2.9%
G = 39.13%
B = 57.97%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#043650 (or 0x043650) is known color: Prussian Blue. HEX triplet: 04, 36 and 50. RGB value is (4,54,80). Sum of RGB (Red+Green+Blue) = 4+54+80=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #043650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043650 is #FBC9AF. Grayscale: #292929. Windows color (decimal): -16501168 or 5256708. OLE color: 5256708.

HSL color Cylindrical-coordinate representation of color #043650: hue angle of 200.53º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043650 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 54 80 -
CMYK 0.95 0.33 0 0.69
HSL 200.53º 0.9% 0.16% -
HSV(B) 200.53º 0.95% 0.31% -
XYZ 2.82 3.24 8.07 -
YUV 42.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 4 54 80 0.95 0.33 0 0.69 200.53 0.9 0.16
Hex 4 36 50 5F 21 0 45 C9 5A 10
Octal 4 66 120 137 41 0 105 311 132 20
Binary 100 110110 1010000 1011111 100001 0 1000101 11001001 1011010 10000

Color Harmonies of #043650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043650

Black with #043650

Text Example


Text Example

White with #043650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043650; }

 p { color: rgb(4,54,80); }

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

background-color css

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

 a { background-color: rgb(4,54,80); }

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

border-color css

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

 span { border-color: rgb(4,54,80); }

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