Html Css Color HEX #4B466C Corn Flower Blue

📋 copy color: '#4B466C'

red 75 ◦ green 70 ◦ blue 108

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

Shades of Corn Flower Blue #4B466C

Tints of Corn Flower Blue #4B466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

 BLUE value IS 108 (42.58% from 255) = 42.69%

R = 29.64%
G = 27.67%
B = 42.69%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4B466C (or 0x4B466C) is known color: Corn Flower Blue. HEX triplet: 4B, 46 and 6C. RGB value is (75,70,108). Sum of RGB (Red+Green+Blue) = 75+70+108=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B466C is #B4B993. Grayscale: #4B4B4B. Windows color (decimal): -11843988 or 7095883. OLE color: 7095883.

HSL color Cylindrical-coordinate representation of color #4B466C: hue angle of 247.89º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B466C is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 70 108 -
CMYK 0.31 0.35 0 0.58
HSL 247.89º 0.21% 0.35% -
HSV(B) 247.89º 0.35% 0.42% -
XYZ 7.8 6.96 15.12 -
YUV 75.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 75 70 108 0.31 0.35 0 0.58 247.89 0.21 0.35
Hex 4B 46 6C 1F 23 0 3A F8 15 23
Octal 113 106 154 37 43 0 72 370 25 43
Binary 1001011 1000110 1101100 11111 100011 0 111010 11111000 10101 100011

Color Harmonies of #4B466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B466C

Black with #4B466C

Text Example


Text Example

White with #4B466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,70,108); }

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

background-color css

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

 a { background-color: rgb(75,70,108); }

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

border-color css

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

 span { border-color: rgb(75,70,108); }

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