Html Css Color HEX #256478 Allports

📋 copy color: '#256478'

red 37 ◦ green 100 ◦ blue 120

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

Shades of Allports #256478

Tints of Allports #256478

RGB

 RED value IS 37 (14.84% from 255) = 14.4%

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

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 14.4%
G = 38.91%
B = 46.69%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#256478 (or 0x256478) is known color: Allports. HEX triplet: 25, 64 and 78. RGB value is (37,100,120). Sum of RGB (Red+Green+Blue) = 37+100+120=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #256478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256478 is #DA9B87. Grayscale: #535353. Windows color (decimal): -14326664 or 7889957. OLE color: 7889957.

HSL color Cylindrical-coordinate representation of color #256478: hue angle of 194.46º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256478 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 100 120 -
CMYK 0.69 0.17 0 0.53
HSL 194.46º 0.53% 0.31% -
HSV(B) 194.46º 0.69% 0.47% -
XYZ 8.71 10.86 19.41 -
YUV 83.44 148.63 94.87 -
System Red Green Blue C M Y K H S L
Decimal 37 100 120 0.69 0.17 0 0.53 194.46 0.53 0.31
Hex 25 64 78 45 11 0 35 C2 35 1F
Octal 45 144 170 105 21 0 65 302 65 37
Binary 100101 1100100 1111000 1000101 10001 0 110101 11000010 110101 11111

Color Harmonies of #256478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256478

Black with #256478

Text Example


Text Example

White with #256478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256478; }

 p { color: rgb(37,100,120); }

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

background-color css

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

 a { background-color: rgb(37,100,120); }

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

border-color css

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

 span { border-color: rgb(37,100,120); }

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