Html Css Color HEX #246B7C Allports

📋 copy color: '#246B7C'

red 36 ◦ green 107 ◦ blue 124

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

Shades of Allports #246B7C

Tints of Allports #246B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.07%

 BLUE value IS 124 (48.83% from 255) = 46.44%

R = 13.48%
G = 40.07%
B = 46.44%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#246B7C (or 0x246B7C) is known color: Allports. HEX triplet: 24, 6B and 7C. RGB value is (36,107,124). Sum of RGB (Red+Green+Blue) = 36+107+124=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #246B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246B7C is #DB9483. Grayscale: #575757. Windows color (decimal): -14390404 or 8153892. OLE color: 8153892.

HSL color Cylindrical-coordinate representation of color #246B7C: hue angle of 191.59º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #246B7C is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 107 124 -
CMYK 0.71 0.14 0 0.51
HSL 191.59º 0.55% 0.31% -
HSV(B) 191.59º 0.71% 0.49% -
XYZ 9.62 12.35 20.94 -
YUV 87.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 36 107 124 0.71 0.14 0 0.51 191.59 0.55 0.31
Hex 24 6B 7C 47 E 0 33 C0 37 1F
Octal 44 153 174 107 16 0 63 300 67 37
Binary 100100 1101011 1111100 1000111 1110 0 110011 11000000 110111 11111

Color Harmonies of #246B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B7C

Black with #246B7C

Text Example


Text Example

White with #246B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,107,124); }

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

background-color css

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

 a { background-color: rgb(36,107,124); }

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

border-color css

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

 span { border-color: rgb(36,107,124); }

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