Html Css Color HEX #04492B British Racing Green

📋 copy color: '#04492B'

red 4 ◦ green 73 ◦ blue 43

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

Shades of British Racing Green #04492B

Tints of British Racing Green #04492B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 60.83%

 BLUE value IS 43 (17.19% from 255) = 35.83%

R = 3.33%
G = 60.83%
B = 35.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#04492B (or 0x04492B) is known color: British Racing Green. HEX triplet: 04, 49 and 2B. RGB value is (4,73,43). Sum of RGB (Red+Green+Blue) = 4+73+43=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #04492B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04492B is #FBB6D4. Grayscale: #313131. Windows color (decimal): -16496341 or 2836740. OLE color: 2836740.

HSL color Cylindrical-coordinate representation of color #04492B: hue angle of 153.91º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04492B is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 73 43 -
CMYK 0.95 0 0.41 0.71
HSL 153.91º 0.9% 0.15% -
HSV(B) 153.91º 0.95% 0.29% -
XYZ 2.87 4.97 3.09 -
YUV 48.95 124.64 95.94 -
System Red Green Blue C M Y K H S L
Decimal 4 73 43 0.95 0 0.41 0.71 153.91 0.9 0.15
Hex 4 49 2B 5F 0 29 47 9A 5A F
Octal 4 111 53 137 0 51 107 232 132 17
Binary 100 1001001 101011 1011111 0 101001 1000111 10011010 1011010 1111

Color Harmonies of #04492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04492B

Black with #04492B

Text Example


Text Example

White with #04492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04492B; }

 p { color: rgb(4,73,43); }

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

background-color css

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

 a { background-color: rgb(4,73,43); }

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

border-color css

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

 span { border-color: rgb(4,73,43); }

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