Html Css Color HEX #484962 Corn Flower Blue

📋 copy color: '#484962'

red 72 ◦ green 73 ◦ blue 98

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

Shades of Corn Flower Blue #484962

Tints of Corn Flower Blue #484962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.04%

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

R = 29.63%
G = 30.04%
B = 40.33%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484962 (or 0x484962) is known color: Corn Flower Blue. HEX triplet: 48, 49 and 62. RGB value is (72,73,98). Sum of RGB (Red+Green+Blue) = 72+73+98=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #484962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484962 is #B7B69D. Grayscale: #4B4B4B. Windows color (decimal): -12039838 or 6441288. OLE color: 6441288.

HSL color Cylindrical-coordinate representation of color #484962: hue angle of 237.69º 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 #484962 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 73 98 -
CMYK 0.27 0.26 0 0.62
HSL 237.69º 0.15% 0.33% -
HSV(B) 237.69º 0.27% 0.38% -
XYZ 7.26 7.02 12.53 -
YUV 75.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 72 73 98 0.27 0.26 0 0.62 237.69 0.15 0.33
Hex 48 49 62 1B 1A 0 3E EE F 21
Octal 110 111 142 33 32 0 76 356 17 41
Binary 1001000 1001001 1100010 11011 11010 0 111110 11101110 1111 100001

Color Harmonies of #484962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484962

Black with #484962

Text Example


Text Example

White with #484962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484962; }

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

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

background-color css

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

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

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

border-color css

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

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

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