Html Css Color HEX #276476 Allports

📋 copy color: '#276476'

red 39 ◦ green 100 ◦ blue 118

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

Shades of Allports #276476

Tints of Allports #276476

RGB

 RED value IS 39 (15.63% from 255) = 15.18%

 GREEN value IS 100 (39.45% from 255) = 38.91%

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 15.18%
G = 38.91%
B = 45.91%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#276476 (or 0x276476) is known color: Allports. HEX triplet: 27, 64 and 76. RGB value is (39,100,118). Sum of RGB (Red+Green+Blue) = 39+100+118=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #276476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276476 is #D89B89. Grayscale: #535353. Windows color (decimal): -14195594 or 7758887. OLE color: 7758887.

HSL color Cylindrical-coordinate representation of color #276476: hue angle of 193.67º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #276476 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 100 118 -
CMYK 0.67 0.15 0 0.54
HSL 193.67º 0.5% 0.31% -
HSV(B) 193.67º 0.67% 0.46% -
XYZ 8.66 10.85 18.78 -
YUV 83.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 39 100 118 0.67 0.15 0 0.54 193.67 0.5 0.31
Hex 27 64 76 43 F 0 36 C2 32 1F
Octal 47 144 166 103 17 0 66 302 62 37
Binary 100111 1100100 1110110 1000011 1111 0 110110 11000010 110010 11111

Color Harmonies of #276476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276476

Black with #276476

Text Example


Text Example

White with #276476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276476; }

 p { color: rgb(39,100,118); }

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

background-color css

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

 a { background-color: rgb(39,100,118); }

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

border-color css

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

 span { border-color: rgb(39,100,118); }

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