Html Css Color HEX #246D7F Allports

📋 copy color: '#246D7F'

red 36 ◦ green 109 ◦ blue 127

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

Shades of Allports #246D7F

Tints of Allports #246D7F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.07%

 BLUE value IS 127 (50% from 255) = 46.69%

R = 13.24%
G = 40.07%
B = 46.69%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#246D7F (or 0x246D7F) is known color: Allports. HEX triplet: 24, 6D and 7F. RGB value is (36,109,127). Sum of RGB (Red+Green+Blue) = 36+109+127=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #246D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246D7F is #DB9280. Grayscale: #595959. Windows color (decimal): -14389889 or 8351012. OLE color: 8351012.

HSL color Cylindrical-coordinate representation of color #246D7F: hue angle of 191.87º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #246D7F is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 109 127 -
CMYK 0.72 0.14 0 0.50
HSL 191.87º 0.56% 0.32% -
HSV(B) 191.87º 0.72% 0.5% -
XYZ 10.03 12.84 22.03 -
YUV 89.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 36 109 127 0.72 0.14 0 0.50 191.87 0.56 0.32
Hex 24 6D 7F 48 E 0 32 C0 38 20
Octal 44 155 177 110 16 0 62 300 70 40
Binary 100100 1101101 1111111 1001000 1110 0 110010 11000000 111000 100000

Color Harmonies of #246D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246D7F

Black with #246D7F

Text Example


Text Example

White with #246D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,109,127); }

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

background-color css

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

 a { background-color: rgb(36,109,127); }

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

border-color css

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

 span { border-color: rgb(36,109,127); }

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