Html Css Color HEX #4B456E Corn Flower Blue

📋 copy color: '#4B456E'

red 75 ◦ green 69 ◦ blue 110

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

Shades of Corn Flower Blue #4B456E

Tints of Corn Flower Blue #4B456E

RGB

 RED value IS 75 (29.69% from 255) = 29.53%

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 29.53%
G = 27.17%
B = 43.31%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B456E (or 0x4B456E) is known color: Corn Flower Blue. HEX triplet: 4B, 45 and 6E. RGB value is (75,69,110). Sum of RGB (Red+Green+Blue) = 75+69+110=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B456E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B456E is #B4BA91. Grayscale: #4B4B4B. Windows color (decimal): -11844242 or 7226699. OLE color: 7226699.

HSL color Cylindrical-coordinate representation of color #4B456E: hue angle of 248.78º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B456E is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 75 69 110 -
CMYK 0.32 0.37 0 0.57
HSL 248.78º 0.23% 0.35% -
HSV(B) 248.78º 0.37% 0.43% -
XYZ 7.84 6.88 15.67 -
YUV 75.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 75 69 110 0.32 0.37 0 0.57 248.78 0.23 0.35
Hex 4B 45 6E 20 25 0 39 F9 17 23
Octal 113 105 156 40 45 0 71 371 27 43
Binary 1001011 1000101 1101110 100000 100101 0 111001 11111001 10111 100011

Color Harmonies of #4B456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B456E

Black with #4B456E

Text Example


Text Example

White with #4B456E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B456E; }

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

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

background-color css

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

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

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

border-color css

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

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

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