Html Css Color HEX #08463F Cyprus

📋 copy color: '#08463F'

red 8 ◦ green 70 ◦ blue 63

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

Shades of Cyprus #08463F

Tints of Cyprus #08463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 49.65%

 BLUE value IS 63 (25% from 255) = 44.68%

R = 5.67%
G = 49.65%
B = 44.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#08463F (or 0x08463F) is known color: Cyprus. HEX triplet: 08, 46 and 3F. RGB value is (8,70,63). Sum of RGB (Red+Green+Blue) = 8+70+63=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #08463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08463F is #F7B9C0. Grayscale: #323232. Windows color (decimal): -16234945 or 4146696. OLE color: 4146696.

HSL color Cylindrical-coordinate representation of color #08463F: hue angle of 173.23º 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 #08463F is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 70 63 -
CMYK 0.89 0 0.10 0.73
HSL 173.23º 0.79% 0.15% -
HSV(B) 173.23º 0.89% 0.27% -
XYZ 3.19 4.79 5.46 -
YUV 50.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 8 70 63 0.89 0 0.10 0.73 173.23 0.79 0.15
Hex 8 46 3F 59 0 A 49 AD 4F F
Octal 10 106 77 131 0 12 111 255 117 17
Binary 1000 1000110 111111 1011001 0 1010 1001001 10101101 1001111 1111

Color Harmonies of #08463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08463F

Black with #08463F

Text Example


Text Example

White with #08463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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