Html Css Color HEX #484B6E Corn Flower Blue

📋 copy color: '#484B6E'

red 72 ◦ green 75 ◦ blue 110

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

Shades of Corn Flower Blue #484B6E

Tints of Corn Flower Blue #484B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.18%

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

R = 28.02%
G = 29.18%
B = 42.8%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#484B6E (or 0x484B6E) is known color: Corn Flower Blue. HEX triplet: 48, 4B and 6E. RGB value is (72,75,110). Sum of RGB (Red+Green+Blue) = 72+75+110=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #484B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B6E is #B7B491. Grayscale: #4D4D4D. Windows color (decimal): -12039314 or 7228232. OLE color: 7228232.

HSL color Cylindrical-coordinate representation of color #484B6E: hue angle of 235.26º 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 #484B6E is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 75 110 -
CMYK 0.35 0.32 0 0.57
HSL 235.26º 0.21% 0.36% -
HSV(B) 235.26º 0.35% 0.43% -
XYZ 8 7.54 15.78 -
YUV 78.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 72 75 110 0.35 0.32 0 0.57 235.26 0.21 0.36
Hex 48 4B 6E 23 20 0 39 EB 15 24
Octal 110 113 156 43 40 0 71 353 25 44
Binary 1001000 1001011 1101110 100011 100000 0 111001 11101011 10101 100100

Color Harmonies of #484B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484B6E

Black with #484B6E

Text Example


Text Example

White with #484B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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