Html Css Color HEX #084446 Cyprus

📋 copy color: '#084446'

red 8 ◦ green 68 ◦ blue 70

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

Shades of Cyprus #084446

Tints of Cyprus #084446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 47.95%

R = 5.48%
G = 46.58%
B = 47.95%

CMYK

 C value IS 0.89

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#084446 (or 0x084446) is known color: Cyprus. HEX triplet: 08, 44 and 46. RGB value is (8,68,70). Sum of RGB (Red+Green+Blue) = 8+68+70=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #084446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084446 is #F7BBB9. Grayscale: #323232. Windows color (decimal): -16235450 or 4604936. OLE color: 4604936.

HSL color Cylindrical-coordinate representation of color #084446: hue angle of 181.94º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084446 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 68 70 -
CMYK 0.89 0.03 0 0.73
HSL 181.94º 0.79% 0.15% -
HSV(B) 181.94º 0.89% 0.27% -
XYZ 3.27 4.63 6.52 -
YUV 50.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 8 68 70 0.89 0.03 0 0.73 181.94 0.79 0.15
Hex 8 44 46 59 3 0 49 B6 4F F
Octal 10 104 106 131 3 0 111 266 117 17
Binary 1000 1000100 1000110 1011001 11 0 1001001 10110110 1001111 1111

Color Harmonies of #084446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084446

Black with #084446

Text Example


Text Example

White with #084446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084446; }

 p { color: rgb(8,68,70); }

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

background-color css

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

 a { background-color: rgb(8,68,70); }

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

border-color css

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

 span { border-color: rgb(8,68,70); }

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