Html Css Color HEX #484974 Corn Flower Blue

📋 copy color: '#484974'

red 72 ◦ green 73 ◦ blue 116

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

Shades of Corn Flower Blue #484974

Tints of Corn Flower Blue #484974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.44%

R = 27.59%
G = 27.97%
B = 44.44%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#484974 (or 0x484974) is known color: Corn Flower Blue. HEX triplet: 48, 49 and 74. RGB value is (72,73,116). Sum of RGB (Red+Green+Blue) = 72+73+116=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #484974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484974 is #B7B68B. Grayscale: #4D4D4D. Windows color (decimal): -12039820 or 7620936. OLE color: 7620936.

HSL color Cylindrical-coordinate representation of color #484974: hue angle of 238.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #484974 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 73 116 -
CMYK 0.38 0.37 0 0.55
HSL 238.64º 0.23% 0.37% -
HSV(B) 238.64º 0.38% 0.45% -
XYZ 8.21 7.4 17.52 -
YUV 77.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 72 73 116 0.38 0.37 0 0.55 238.64 0.23 0.37
Hex 48 49 74 26 25 0 37 EF 17 25
Octal 110 111 164 46 45 0 67 357 27 45
Binary 1001000 1001001 1110100 100110 100101 0 110111 11101111 10111 100101

Color Harmonies of #484974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484974

Black with #484974

Text Example


Text Example

White with #484974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484974; }

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

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

background-color css

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

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

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

border-color css

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

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

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