#484B7A

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

Shades of Corn Flower Blue #484B7A

Tints of Corn Flower Blue #484B7A

Color information

#484B7A (or 0x484B7A) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 4B and 7A. RGB value is (72,75,122). Sum of RGB (Red+Green+Blue) = 72+75+122=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #484B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B7A is #B7B485. Grayscale: #4F4F4F. Windows color (decimal): -12039302 or 8014664. OLE color: 8014664.

HSL color Cylindrical-coordinate representation of color #484B7A: hue angle of 236.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #484B7A is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7275122-
CMYK0.410.3900.52
HSL236.4º25.77%38.04%-
HSV(B)236.4º40.98%47.84%-
XYZ8.77.8219.46-
YUV79.46152.01122.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 122 (48.05% from 255) = 45.35%
R=26.77%
G=27.88%
B=45.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72751220.410.3900.52236.425.7738.04
Hex484B7A2927034ec1a26
Octal11011317251470643543246
Binary10010001001011111101010100110011101101001110110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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