Html Css Color HEX #484675 Corn Flower Blue

📋 copy color: '#484675'

red 72 ◦ green 70 ◦ blue 117

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

Shades of Corn Flower Blue #484675

Tints of Corn Flower Blue #484675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

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

R = 27.8%
G = 27.03%
B = 45.17%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#484675 (or 0x484675) is known color: Corn Flower Blue. HEX triplet: 48, 46 and 75. RGB value is (72,70,117). Sum of RGB (Red+Green+Blue) = 72+70+117=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #484675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484675 is #B7B98A. Grayscale: #4B4B4B. Windows color (decimal): -12040587 or 7685704. OLE color: 7685704.

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

Color convert

RGB 72 70 117 -
CMYK 0.38 0.40 0 0.54
HSL 242.55º 0.25% 0.37% -
HSV(B) 242.55º 0.4% 0.46% -
XYZ 8.07 7.04 17.76 -
YUV 75.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 72 70 117 0.38 0.40 0 0.54 242.55 0.25 0.37
Hex 48 46 75 26 28 0 36 F3 19 25
Octal 110 106 165 46 50 0 66 363 31 45
Binary 1001000 1000110 1110101 100110 101000 0 110110 11110011 11001 100101

Color Harmonies of #484675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484675

Black with #484675

Text Example


Text Example

White with #484675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484675; }

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

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

background-color css

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

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

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

border-color css

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

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

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