Html Css Color HEX #246B83 Allports

📋 copy color: '#246B83'

red 36 ◦ green 107 ◦ blue 131

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

Shades of Allports #246B83

Tints of Allports #246B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.81%

R = 13.14%
G = 39.05%
B = 47.81%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#246B83 (or 0x246B83) is known color: Allports. HEX triplet: 24, 6B and 83. RGB value is (36,107,131). Sum of RGB (Red+Green+Blue) = 36+107+131=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #246B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B83 is #DB947C. Grayscale: #585858. Windows color (decimal): -14390397 or 8612644. OLE color: 8612644.

HSL color Cylindrical-coordinate representation of color #246B83: hue angle of 195.16º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #246B83 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 107 131 -
CMYK 0.73 0.18 0 0.49
HSL 195.16º 0.57% 0.33% -
HSV(B) 195.16º 0.73% 0.51% -
XYZ 10.08 12.53 23.36 -
YUV 88.51 151.98 90.55 -
System Red Green Blue C M Y K H S L
Decimal 36 107 131 0.73 0.18 0 0.49 195.16 0.57 0.33
Hex 24 6B 83 49 12 0 31 C3 39 21
Octal 44 153 203 111 22 0 61 303 71 41
Binary 100100 1101011 10000011 1001001 10010 0 110001 11000011 111001 100001

Color Harmonies of #246B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B83

Black with #246B83

Text Example


Text Example

White with #246B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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