Html Css Color HEX #484A75 Corn Flower Blue

📋 copy color: '#484A75'

red 72 ◦ green 74 ◦ blue 117

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

Shades of Corn Flower Blue #484A75

Tints of Corn Flower Blue #484A75

RGB

 RED value IS 72 (28.52% from 255) = 27.38%

 GREEN value IS 74 (29.3% from 255) = 28.14%

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 27.38%
G = 28.14%
B = 44.49%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#484A75 (or 0x484A75) is known color: Corn Flower Blue. HEX triplet: 48, 4A and 75. RGB value is (72,74,117). Sum of RGB (Red+Green+Blue) = 72+74+117=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #484A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A75 is #B7B58A. Grayscale: #4E4E4E. Windows color (decimal): -12039563 or 7686728. OLE color: 7686728.

HSL color Cylindrical-coordinate representation of color #484A75: hue angle of 237.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #484A75 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 74 117 -
CMYK 0.38 0.37 0 0.54
HSL 237.33º 0.24% 0.37% -
HSV(B) 237.33º 0.38% 0.46% -
XYZ 8.33 7.56 17.85 -
YUV 78.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 72 74 117 0.38 0.37 0 0.54 237.33 0.24 0.37
Hex 48 4A 75 26 25 0 36 ED 18 25
Octal 110 112 165 46 45 0 66 355 30 45
Binary 1001000 1001010 1110101 100110 100101 0 110110 11101101 11000 100101

Color Harmonies of #484A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A75

Black with #484A75

Text Example


Text Example

White with #484A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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