Html Css Color HEX #084A48 Cyprus

📋 copy color: '#084A48'

red 8 ◦ green 74 ◦ blue 72

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

Shades of Cyprus #084A48

Tints of Cyprus #084A48

RGB

 RED value IS 8 (3.52% from 255) = 5.19%

 GREEN value IS 74 (29.3% from 255) = 48.05%

 BLUE value IS 72 (28.52% from 255) = 46.75%

R = 5.19%
G = 48.05%
B = 46.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#084A48 (or 0x084A48) is known color: Cyprus. HEX triplet: 08, 4A and 48. RGB value is (8,74,72). Sum of RGB (Red+Green+Blue) = 8+74+72=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 74 (29.30% from 255 or 48.05% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 74 - color contains mainly: green. Hex color #084A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084A48 is #F7B5B7. Grayscale: #353535. Windows color (decimal): -16233912 or 4737544. OLE color: 4737544.

HSL color Cylindrical-coordinate representation of color #084A48: hue angle of 178.18º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A48 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 74 72 -
CMYK 0.89 0 0.03 0.71
HSL 178.18º 0.8% 0.16% -
HSV(B) 178.18º 0.89% 0.29% -
XYZ 3.72 5.42 6.98 -
YUV 54.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 8 74 72 0.89 0 0.03 0.71 178.18 0.8 0.16
Hex 8 4A 48 59 0 3 47 B2 50 10
Octal 10 112 110 131 0 3 107 262 120 20
Binary 1000 1001010 1001000 1011001 0 11 1000111 10110010 1010000 10000

Color Harmonies of #084A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A48

Black with #084A48

Text Example


Text Example

White with #084A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084A48; }

 p { color: rgb(8,74,72); }

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

background-color css

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

 a { background-color: rgb(8,74,72); }

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

border-color css

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

 span { border-color: rgb(8,74,72); }

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