Html Css Color HEX #484765 Corn Flower Blue

📋 copy color: '#484765'

red 72 ◦ green 71 ◦ blue 101

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

Shades of Corn Flower Blue #484765

Tints of Corn Flower Blue #484765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.1%

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

R = 29.51%
G = 29.1%
B = 41.39%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#484765 (or 0x484765) is known color: Corn Flower Blue. HEX triplet: 48, 47 and 65. RGB value is (72,71,101). Sum of RGB (Red+Green+Blue) = 72+71+101=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 101 - color contains mainly: blue. Hex color #484765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484765 is #B7B89A. Grayscale: #4A4A4A. Windows color (decimal): -12040347 or 6637384. OLE color: 6637384.

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

Color convert

RGB 72 71 101 -
CMYK 0.29 0.30 0 0.60
HSL 242º 0.17% 0.34% -
HSV(B) 242º 0.3% 0.4% -
XYZ 7.27 6.82 13.25 -
YUV 74.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 72 71 101 0.29 0.30 0 0.60 242 0.17 0.34
Hex 48 47 65 1D 1E 0 3C F2 11 22
Octal 110 107 145 35 36 0 74 362 21 42
Binary 1001000 1000111 1100101 11101 11110 0 111100 11110010 10001 100010

Color Harmonies of #484765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484765

Black with #484765

Text Example


Text Example

White with #484765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484765; }

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

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

background-color css

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

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

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

border-color css

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

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

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