Html Css Color HEX #246C73 Allports

📋 copy color: '#246C73'

red 36 ◦ green 108 ◦ blue 115

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

Shades of Allports #246C73

Tints of Allports #246C73

RGB

 RED value IS 36 (14.45% from 255) = 13.9%

 GREEN value IS 108 (42.58% from 255) = 41.7%

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 13.9%
G = 41.7%
B = 44.4%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#246C73 (or 0x246C73) is known color: Allports. HEX triplet: 24, 6C and 73. RGB value is (36,108,115). Sum of RGB (Red+Green+Blue) = 36+108+115=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #246C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246C73 is #DB938C. Grayscale: #575757. Windows color (decimal): -14390157 or 7564324. OLE color: 7564324.

HSL color Cylindrical-coordinate representation of color #246C73: hue angle of 185.32º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246C73 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 108 115 -
CMYK 0.69 0.06 0 0.55
HSL 185.32º 0.52% 0.3% -
HSV(B) 185.32º 0.69% 0.45% -
XYZ 9.18 12.34 18.12 -
YUV 87.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 36 108 115 0.69 0.06 0 0.55 185.32 0.52 0.3
Hex 24 6C 73 45 6 0 37 B9 34 1E
Octal 44 154 163 105 6 0 67 271 64 36
Binary 100100 1101100 1110011 1000101 110 0 110111 10111001 110100 11110

Color Harmonies of #246C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C73

Black with #246C73

Text Example


Text Example

White with #246C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246C73; }

 p { color: rgb(36,108,115); }

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

background-color css

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

 a { background-color: rgb(36,108,115); }

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

border-color css

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

 span { border-color: rgb(36,108,115); }

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