Html Css Color HEX #074246 Cyprus

📋 copy color: '#074246'

red 7 ◦ green 66 ◦ blue 70

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

Shades of Cyprus #074246

Tints of Cyprus #074246

RGB

 RED value IS 7 (3.13% from 255) = 4.9%

 GREEN value IS 66 (26.17% from 255) = 46.15%

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

R = 4.9%
G = 46.15%
B = 48.95%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#074246 (or 0x074246) is known color: Cyprus. HEX triplet: 07, 42 and 46. RGB value is (7,66,70). Sum of RGB (Red+Green+Blue) = 7+66+70=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #074246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074246 is #F8BDB9. Grayscale: #303030. Windows color (decimal): -16301498 or 4604423. OLE color: 4604423.

HSL color Cylindrical-coordinate representation of color #074246: hue angle of 183.81º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074246 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 66 70 -
CMYK 0.90 0.06 0 0.73
HSL 183.81º 0.82% 0.15% -
HSV(B) 183.81º 0.9% 0.27% -
XYZ 3.14 4.38 6.47 -
YUV 48.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 7 66 70 0.90 0.06 0 0.73 183.81 0.82 0.15
Hex 7 42 46 5A 6 0 49 B8 52 F
Octal 7 102 106 132 6 0 111 270 122 17
Binary 111 1000010 1000110 1011010 110 0 1001001 10111000 1010010 1111

Color Harmonies of #074246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074246

Black with #074246

Text Example


Text Example

White with #074246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074246; }

 p { color: rgb(7,66,70); }

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

background-color css

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

 a { background-color: rgb(7,66,70); }

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

border-color css

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

 span { border-color: rgb(7,66,70); }

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