Html Css Color HEX #484865 Corn Flower Blue

📋 copy color: '#484865'

red 72 ◦ green 72 ◦ blue 101

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

Shades of Corn Flower Blue #484865

Tints of Corn Flower Blue #484865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.39%

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

R = 29.39%
G = 29.39%
B = 41.22%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#484865 (or 0x484865) is known color: Corn Flower Blue. HEX triplet: 48, 48 and 65. RGB value is (72,72,101). Sum of RGB (Red+Green+Blue) = 72+72+101=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #484865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484865 is #B7B79A. Grayscale: #4B4B4B. Windows color (decimal): -12040091 or 6637640. OLE color: 6637640.

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

Color convert

RGB 72 72 101 -
CMYK 0.29 0.29 0 0.60
HSL 240º 0.17% 0.34% -
HSV(B) 240º 0.29% 0.4% -
XYZ 7.34 6.95 13.27 -
YUV 75.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 72 72 101 0.29 0.29 0 0.60 240 0.17 0.34
Hex 48 48 65 1D 1D 0 3C F0 11 22
Octal 110 110 145 35 35 0 74 360 21 42
Binary 1001000 1001000 1100101 11101 11101 0 111100 11110000 10001 100010

Color Harmonies of #484865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484865

Black with #484865

Text Example


Text Example

White with #484865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484865; }

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

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

background-color css

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

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

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

border-color css

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

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

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