Html Css Color HEX #484275 Corn Flower Blue

📋 copy color: '#484275'

red 72 ◦ green 66 ◦ blue 117

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

Shades of Corn Flower Blue #484275

Tints of Corn Flower Blue #484275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

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

R = 28.24%
G = 25.88%
B = 45.88%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#484275 (or 0x484275) is known color: Corn Flower Blue. HEX triplet: 48, 42 and 75. RGB value is (72,66,117). Sum of RGB (Red+Green+Blue) = 72+66+117=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #484275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484275 is #B7BD8A. Grayscale: #494949. Windows color (decimal): -12041611 or 7684680. OLE color: 7684680.

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

Color convert

RGB 72 66 117 -
CMYK 0.38 0.44 0 0.54
HSL 247.06º 0.28% 0.36% -
HSV(B) 247.06º 0.44% 0.46% -
XYZ 7.83 6.56 17.68 -
YUV 73.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 72 66 117 0.38 0.44 0 0.54 247.06 0.28 0.36
Hex 48 42 75 26 2C 0 36 F7 1C 24
Octal 110 102 165 46 54 0 66 367 34 44
Binary 1001000 1000010 1110101 100110 101100 0 110110 11110111 11100 100100

Color Harmonies of #484275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484275

Black with #484275

Text Example


Text Example

White with #484275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484275; }

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

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

background-color css

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

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

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

border-color css

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

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

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