#484A7A

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

Shades of Corn Flower Blue #484A7A

Tints of Corn Flower Blue #484A7A

Color information

#484A7A (or 0x484A7A) is unknown color: approx Corn Flower Blue. HEX triplet: 48, 4A and 7A. RGB value is (72,74,122). Sum of RGB (Red+Green+Blue) = 72+74+122=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #484A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A7A is #B7B585. Grayscale: #4E4E4E. Windows color (decimal): -12039558 or 8014408. OLE color: 8014408.

HSL color Cylindrical-coordinate representation of color #484A7A: hue angle of 237.6º 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 #484A7A is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7274122-
CMYK0.410.3900.52
HSL237.6º25.77%38.04%-
HSV(B)237.6º40.98%47.84%-
XYZ8.637.6819.44-
YUV78.87152.34123.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 122 (48.05% from 255) = 45.52%
R=26.87%
G=27.61%
B=45.52%

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
Decimal72741220.410.3900.52237.625.7738.04
Hex484A7A2927034ee1a26
Octal11011217251470643563246
Binary10010001001010111101010100110011101101001110111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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