Html Css Color HEX #484375 Corn Flower Blue

📋 copy color: '#484375'

red 72 ◦ green 67 ◦ blue 117

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

Shades of Corn Flower Blue #484375

Tints of Corn Flower Blue #484375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

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

R = 28.13%
G = 26.17%
B = 45.7%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#484375 (or 0x484375) is known color: Corn Flower Blue. HEX triplet: 48, 43 and 75. RGB value is (72,67,117). Sum of RGB (Red+Green+Blue) = 72+67+117=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #484375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484375 is #B7BC8A. Grayscale: #4A4A4A. Windows color (decimal): -12041355 or 7684936. OLE color: 7684936.

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

Color convert

RGB 72 67 117 -
CMYK 0.38 0.43 0 0.54
HSL 246º 0.27% 0.36% -
HSV(B) 246º 0.43% 0.46% -
XYZ 7.89 6.68 17.7 -
YUV 74.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 72 67 117 0.38 0.43 0 0.54 246 0.27 0.36
Hex 48 43 75 26 2B 0 36 F6 1B 24
Octal 110 103 165 46 53 0 66 366 33 44
Binary 1001000 1000011 1110101 100110 101011 0 110110 11110110 11011 100100

Color Harmonies of #484375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484375

Black with #484375

Text Example


Text Example

White with #484375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484375; }

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

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

background-color css

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

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

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

border-color css

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

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

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