#1C4F63

Color #1C4F63 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #1C4F63

Tints of Arapawa #1C4F63

Color information

#1C4F63 (or 0x1C4F63) is unknown color: approx Arapawa. HEX triplet: 1C, 4F and 63. RGB value is (28,79,99). Sum of RGB (Red+Green+Blue) = 28+79+99=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C4F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4F63 is #E3B09C. Grayscale: #414141. Windows color (decimal): -14921885 or 6508316. OLE color: 6508316.

HSL color Cylindrical-coordinate representation of color #1C4F63: hue angle of 196.9º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C4F63 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB287999-
CMYK0.720.2000.61
HSL196.9º55.91%24.9%-
HSV(B)196.9º71.72%38.82%-
XYZ5.536.7412.81-
YUV66.03146.6100.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.59%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=13.59%
G=38.35%
B=48.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2879990.720.2000.61196.955.9124.9
Hex1C4F63481403Dc53819
Octal34117143110240753057031
Binary111001001111110001110010001010001111011100010111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C4F63; }

 p { color: rgb(28,79,99); }

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

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

 a { background-color: rgb(28,79,99); }

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

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

 span { border-color: rgb(28,79,99); }

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