#272F46

Color #272F46 Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #272F46

Tints of Bunting #272F46

Color information

#272F46 (or 0x272F46) is unknown color: approx Bunting. HEX triplet: 27, 2F and 46. RGB value is (39,47,70). Sum of RGB (Red+Green+Blue) = 39+47+70=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #272F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F46 is #D8D0B9. Grayscale: #2F2F2F. Windows color (decimal): -14209210 or 4599591. OLE color: 4599591.

HSL color Cylindrical-coordinate representation of color #272F46: hue angle of 224.52º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #272F46 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB394770-
CMYK0.440.3300.73
HSL224.52º28.44%21.37%-
HSV(B)224.52º44.29%27.45%-
XYZ2.962.916.2-
YUV47.23140.85122.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 70 (27.73% from 255) = 44.87%
R=25%
G=30.13%
B=44.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3947700.440.3300.73224.5228.4421.37
Hex272F462C21049e11c15
Octal4757106544101113413425
Binary100111101111100011010110010000101001001111000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272F46; }

 p { color: rgb(39,47,70); }

 H1.HeaderClassName
 {
   color: #272F46;
 }
 .AnyTagClassName
 {
   color: #272F46;
 }
</style>
background-color css

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

 a { background-color: rgb(39,47,70); }

 div.DivClassName
 {
   background-color: #272F46;
 }
 .BgClassName
 {
   background-color: #272F46;
 }
</style>
border-color css

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

 span { border-color: rgb(39,47,70); }

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