Html Css Color HEX #484C6E Corn Flower Blue

📋 copy color: '#484C6E'

red 72 ◦ green 76 ◦ blue 110

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

Shades of Corn Flower Blue #484C6E

Tints of Corn Flower Blue #484C6E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.46%

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 27.91%
G = 29.46%
B = 42.64%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#484C6E (or 0x484C6E) is known color: Corn Flower Blue. HEX triplet: 48, 4C and 6E. RGB value is (72,76,110). Sum of RGB (Red+Green+Blue) = 72+76+110=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 110 - color contains mainly: blue. Hex color #484C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C6E is #B7B391. Grayscale: #4E4E4E. Windows color (decimal): -12039058 or 7228488. OLE color: 7228488.

HSL color Cylindrical-coordinate representation of color #484C6E: hue angle of 233.68º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #484C6E is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 76 110 -
CMYK 0.35 0.31 0 0.57
HSL 233.68º 0.21% 0.36% -
HSV(B) 233.68º 0.35% 0.43% -
XYZ 8.07 7.67 15.81 -
YUV 78.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 72 76 110 0.35 0.31 0 0.57 233.68 0.21 0.36
Hex 48 4C 6E 23 1F 0 39 EA 15 24
Octal 110 114 156 43 37 0 71 352 25 44
Binary 1001000 1001100 1101110 100011 11111 0 111001 11101010 10101 100100

Color Harmonies of #484C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C6E

Black with #484C6E

Text Example


Text Example

White with #484C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484C6E; }

 p { color: rgb(72,76,110); }

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

background-color css

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

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

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

border-color css

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

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

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