Html Css Color HEX #246C7F Allports

📋 copy color: '#246C7F'

red 36 ◦ green 108 ◦ blue 127

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

Shades of Allports #246C7F

Tints of Allports #246C7F

RGB

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

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

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

R = 13.28%
G = 39.85%
B = 46.86%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#246C7F (or 0x246C7F) is known color: Allports. HEX triplet: 24, 6C and 7F. RGB value is (36,108,127). Sum of RGB (Red+Green+Blue) = 36+108+127=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #246C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246C7F is #DB9380. Grayscale: #585858. Windows color (decimal): -14390145 or 8350756. OLE color: 8350756.

HSL color Cylindrical-coordinate representation of color #246C7F: hue angle of 192.53º 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 #246C7F is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 108 127 -
CMYK 0.72 0.15 0 0.50
HSL 192.53º 0.56% 0.32% -
HSV(B) 192.53º 0.72% 0.5% -
XYZ 9.92 12.63 21.99 -
YUV 88.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 36 108 127 0.72 0.15 0 0.50 192.53 0.56 0.32
Hex 24 6C 7F 48 F 0 32 C1 38 20
Octal 44 154 177 110 17 0 62 301 70 40
Binary 100100 1101100 1111111 1001000 1111 0 110010 11000001 111000 100000

Color Harmonies of #246C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C7F

Black with #246C7F

Text Example


Text Example

White with #246C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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