Html Css Color HEX #04707D Surfie Green

📋 copy color: '#04707D'

red 4 ◦ green 112 ◦ blue 125

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

Shades of Surfie Green #04707D

Tints of Surfie Green #04707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

 BLUE value IS 125 (49.22% from 255) = 51.87%

R = 1.66%
G = 46.47%
B = 51.87%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04707D (or 0x04707D) is known color: Surfie Green. HEX triplet: 04, 70 and 7D. RGB value is (4,112,125). Sum of RGB (Red+Green+Blue) = 4+112+125=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #04707D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04707D is #FB8F82. Grayscale: #515151. Windows color (decimal): -16486275 or 8220676. OLE color: 8220676.

HSL color Cylindrical-coordinate representation of color #04707D: hue angle of 186.45º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04707D is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 112 125 -
CMYK 0.97 0.10 0 0.51
HSL 186.45º 0.94% 0.25% -
HSV(B) 186.45º 0.97% 0.49% -
XYZ 9.55 13.09 21.43 -
YUV 81.19 152.72 72.94 -
System Red Green Blue C M Y K H S L
Decimal 4 112 125 0.97 0.10 0 0.51 186.45 0.94 0.25
Hex 4 70 7D 61 A 0 33 BA 5E 19
Octal 4 160 175 141 12 0 63 272 136 31
Binary 100 1110000 1111101 1100001 1010 0 110011 10111010 1011110 11001

Color Harmonies of #04707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04707D

Black with #04707D

Text Example


Text Example

White with #04707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04707D; }

 p { color: rgb(4,112,125); }

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

background-color css

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

 a { background-color: rgb(4,112,125); }

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

border-color css

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

 span { border-color: rgb(4,112,125); }

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