Html Css Color HEX #484862 Corn Flower Blue

📋 copy color: '#484862'

red 72 ◦ green 72 ◦ blue 98

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

Shades of Corn Flower Blue #484862

Tints of Corn Flower Blue #484862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.5%

R = 29.75%
G = 29.75%
B = 40.5%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484862 (or 0x484862) is known color: Corn Flower Blue. HEX triplet: 48, 48 and 62. RGB value is (72,72,98). Sum of RGB (Red+Green+Blue) = 72+72+98=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #484862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484862 is #B7B79D. Grayscale: #4A4A4A. Windows color (decimal): -12040094 or 6441032. OLE color: 6441032.

HSL color Cylindrical-coordinate representation of color #484862: hue angle of 240º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484862 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 72 98 -
CMYK 0.27 0.27 0 0.62
HSL 240º 0.15% 0.33% -
HSV(B) 240º 0.27% 0.38% -
XYZ 7.19 6.89 12.51 -
YUV 74.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 72 72 98 0.27 0.27 0 0.62 240 0.15 0.33
Hex 48 48 62 1B 1B 0 3E F0 F 21
Octal 110 110 142 33 33 0 76 360 17 41
Binary 1001000 1001000 1100010 11011 11011 0 111110 11110000 1111 100001

Color Harmonies of #484862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484862

Black with #484862

Text Example


Text Example

White with #484862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484862; }

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

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

background-color css

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

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

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

border-color css

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

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

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