Html Css Color HEX #074462 Prussian Blue

📋 copy color: '#074462'

red 7 ◦ green 68 ◦ blue 98

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

Shades of Prussian Blue #074462

Tints of Prussian Blue #074462

RGB

 RED value IS 7 (3.13% from 255) = 4.05%

 GREEN value IS 68 (26.95% from 255) = 39.31%

 BLUE value IS 98 (38.67% from 255) = 56.65%

R = 4.05%
G = 39.31%
B = 56.65%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#074462 (or 0x074462) is known color: Prussian Blue. HEX triplet: 07, 44 and 62. RGB value is (7,68,98). Sum of RGB (Red+Green+Blue) = 7+68+98=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #074462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074462 is #F8BB9D. Grayscale: #353535. Windows color (decimal): -16300958 or 6439943. OLE color: 6439943.

HSL color Cylindrical-coordinate representation of color #074462: hue angle of 199.78º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074462 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 68 98 -
CMYK 0.93 0.31 0 0.62
HSL 199.78º 0.87% 0.21% -
HSV(B) 199.78º 0.93% 0.38% -
XYZ 4.36 5.06 12.3 -
YUV 53.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 7 68 98 0.93 0.31 0 0.62 199.78 0.87 0.21
Hex 7 44 62 5D 1F 0 3E C8 57 15
Octal 7 104 142 135 37 0 76 310 127 25
Binary 111 1000100 1100010 1011101 11111 0 111110 11001000 1010111 10101

Color Harmonies of #074462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074462

Black with #074462

Text Example


Text Example

White with #074462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074462; }

 p { color: rgb(7,68,98); }

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

background-color css

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

 a { background-color: rgb(7,68,98); }

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

border-color css

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

 span { border-color: rgb(7,68,98); }

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