#484B69

Color #484B69 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #484B69

Tints of Corn Flower Blue #484B69

Color information

#484B69 (or 0x484B69) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 4B and 69. RGB value is (72,75,105). Sum of RGB (Red+Green+Blue) = 72+75+105=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #484B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B69 is #B7B496. Grayscale: #4D4D4D. Windows color (decimal): -12039319 or 6900552. OLE color: 6900552.

HSL color Cylindrical-coordinate representation of color #484B69: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #484B69 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7275105-
CMYK0.310.2900.59
HSL234.55º18.64%34.71%-
HSV(B)234.55º31.43%41.18%-
XYZ7.747.4314.39-
YUV77.52143.51124.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=28.57%
G=29.76%
B=41.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72751050.310.2900.59234.5518.6434.71
Hex484B691F1D03Beb1323
Octal11011315137350733532343
Binary100100010010111101001111111110101110111110101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484B69; }

 p { color: rgb(72,75,105); }

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

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

 a { background-color: rgb(72,75,105); }

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

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

 span { border-color: rgb(72,75,105); }

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