Html Css Color HEX #484365 Corn Flower Blue

📋 copy color: '#484365'

red 72 ◦ green 67 ◦ blue 101

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

Shades of Corn Flower Blue #484365

Tints of Corn Flower Blue #484365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 30%
G = 27.92%
B = 42.08%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#484365 (or 0x484365) is known color: Corn Flower Blue. HEX triplet: 48, 43 and 65. RGB value is (72,67,101). Sum of RGB (Red+Green+Blue) = 72+67+101=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #484365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484365 is #B7BC9A. Grayscale: #484848. Windows color (decimal): -12041371 or 6636360. OLE color: 6636360.

HSL color Cylindrical-coordinate representation of color #484365: hue angle of 248.82º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #484365 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 67 101 -
CMYK 0.29 0.34 0 0.60
HSL 248.82º 0.2% 0.33% -
HSV(B) 248.82º 0.34% 0.4% -
XYZ 7.03 6.33 13.16 -
YUV 72.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 72 67 101 0.29 0.34 0 0.60 248.82 0.2 0.33
Hex 48 43 65 1D 22 0 3C F9 14 21
Octal 110 103 145 35 42 0 74 371 24 41
Binary 1001000 1000011 1100101 11101 100010 0 111100 11111001 10100 100001

Color Harmonies of #484365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484365

Black with #484365

Text Example


Text Example

White with #484365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484365; }

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

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

background-color css

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

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

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

border-color css

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

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

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