Html Css Color HEX #484961 Corn Flower Blue

📋 copy color: '#484961'

red 72 ◦ green 73 ◦ blue 97

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

Shades of Corn Flower Blue #484961

Tints of Corn Flower Blue #484961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.08%

R = 29.75%
G = 30.17%
B = 40.08%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484961 (or 0x484961) is known color: Corn Flower Blue. HEX triplet: 48, 49 and 61. RGB value is (72,73,97). Sum of RGB (Red+Green+Blue) = 72+73+97=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #484961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484961 is #B7B69E. Grayscale: #4B4B4B. Windows color (decimal): -12039839 or 6375752. OLE color: 6375752.

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

Color convert

RGB 72 73 97 -
CMYK 0.26 0.25 0 0.62
HSL 237.6º 0.15% 0.33% -
HSV(B) 237.6º 0.26% 0.38% -
XYZ 7.21 7.01 12.28 -
YUV 75.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 72 73 97 0.26 0.25 0 0.62 237.6 0.15 0.33
Hex 48 49 61 1A 19 0 3E EE F 21
Octal 110 111 141 32 31 0 76 356 17 41
Binary 1001000 1001001 1100001 11010 11001 0 111110 11101110 1111 100001

Color Harmonies of #484961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484961

Black with #484961

Text Example


Text Example

White with #484961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484961; }

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

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

background-color css

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

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

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

border-color css

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

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

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