Html Css Color HEX #4B4474 Corn Flower Blue

📋 copy color: '#4B4474'

red 75 ◦ green 68 ◦ blue 116

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

Shades of Corn Flower Blue #4B4474

Tints of Corn Flower Blue #4B4474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

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

R = 28.96%
G = 26.25%
B = 44.79%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B4474 (or 0x4B4474) is known color: Corn Flower Blue. HEX triplet: 4B, 44 and 74. RGB value is (75,68,116). Sum of RGB (Red+Green+Blue) = 75+68+116=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #4B4474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4474 is #B4BB8B. Grayscale: #4B4B4B. Windows color (decimal): -11844492 or 7619659. OLE color: 7619659.

HSL color Cylindrical-coordinate representation of color #4B4474: hue angle of 248.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B4474 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 68 116 -
CMYK 0.35 0.41 0 0.55
HSL 248.75º 0.26% 0.36% -
HSV(B) 248.75º 0.41% 0.45% -
XYZ 8.12 6.89 17.43 -
YUV 75.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 75 68 116 0.35 0.41 0 0.55 248.75 0.26 0.36
Hex 4B 44 74 23 29 0 37 F9 1A 24
Octal 113 104 164 43 51 0 67 371 32 44
Binary 1001011 1000100 1110100 100011 101001 0 110111 11111001 11010 100100

Color Harmonies of #4B4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4474

Black with #4B4474

Text Example


Text Example

White with #4B4474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,68,116); }

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

background-color css

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

 a { background-color: rgb(75,68,116); }

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

border-color css

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

 span { border-color: rgb(75,68,116); }

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