Html Css Color HEX #4B4E6D Corn Flower Blue

📋 copy color: '#4B4E6D'

red 75 ◦ green 78 ◦ blue 109

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

Shades of Corn Flower Blue #4B4E6D

Tints of Corn Flower Blue #4B4E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.77%

 BLUE value IS 109 (42.97% from 255) = 41.6%

R = 28.63%
G = 29.77%
B = 41.6%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4B4E6D (or 0x4B4E6D) is known color: Corn Flower Blue. HEX triplet: 4B, 4E and 6D. RGB value is (75,78,109). Sum of RGB (Red+Green+Blue) = 75+78+109=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B4E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B4E6D is #B4B192. Grayscale: #505050. Windows color (decimal): -11841939 or 7163467. OLE color: 7163467.

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

Color convert

RGB 75 78 109 -
CMYK 0.31 0.28 0 0.57
HSL 234.71º 0.18% 0.36% -
HSV(B) 234.71º 0.31% 0.43% -
XYZ 8.39 8.05 15.58 -
YUV 80.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 75 78 109 0.31 0.28 0 0.57 234.71 0.18 0.36
Hex 4B 4E 6D 1F 1C 0 39 EB 12 24
Octal 113 116 155 37 34 0 71 353 22 44
Binary 1001011 1001110 1101101 11111 11100 0 111001 11101011 10010 100100

Color Harmonies of #4B4E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4E6D

Black with #4B4E6D

Text Example


Text Example

White with #4B4E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,78,109); }

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

background-color css

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

 a { background-color: rgb(75,78,109); }

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

border-color css

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

 span { border-color: rgb(75,78,109); }

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