Html Css Color HEX #246B70 Allports

📋 copy color: '#246B70'

red 36 ◦ green 107 ◦ blue 112

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

Shades of Allports #246B70

Tints of Allports #246B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.92%

R = 14.12%
G = 41.96%
B = 43.92%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#246B70 (or 0x246B70) is known color: Allports. HEX triplet: 24, 6B and 70. RGB value is (36,107,112). Sum of RGB (Red+Green+Blue) = 36+107+112=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #246B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246B70 is #DB948F. Grayscale: #565656. Windows color (decimal): -14390416 or 7367460. OLE color: 7367460.

HSL color Cylindrical-coordinate representation of color #246B70: hue angle of 183.95º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246B70 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 107 112 -
CMYK 0.68 0.04 0 0.56
HSL 183.95º 0.51% 0.29% -
HSV(B) 183.95º 0.68% 0.44% -
XYZ 8.91 12.06 17.19 -
YUV 86.34 142.48 92.09 -
System Red Green Blue C M Y K H S L
Decimal 36 107 112 0.68 0.04 0 0.56 183.95 0.51 0.29
Hex 24 6B 70 44 4 0 38 B8 33 1D
Octal 44 153 160 104 4 0 70 270 63 35
Binary 100100 1101011 1110000 1000100 100 0 111000 10111000 110011 11101

Color Harmonies of #246B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B70

Black with #246B70

Text Example


Text Example

White with #246B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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