Html Css Color HEX #4B4865 Corn Flower Blue

📋 copy color: '#4B4865'

red 75 ◦ green 72 ◦ blue 101

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

Shades of Corn Flower Blue #4B4865

Tints of Corn Flower Blue #4B4865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.03%

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 30.24%
G = 29.03%
B = 40.73%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4B4865 (or 0x4B4865) is known color: Corn Flower Blue. HEX triplet: 4B, 48 and 65. RGB value is (75,72,101). Sum of RGB (Red+Green+Blue) = 75+72+101=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B4865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4865 is #B4B79A. Grayscale: #4C4C4C. Windows color (decimal): -11843483 or 6637643. OLE color: 6637643.

HSL color Cylindrical-coordinate representation of color #4B4865: hue angle of 246.21º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B4865 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 75 72 101 -
CMYK 0.26 0.29 0 0.60
HSL 246.21º 0.17% 0.34% -
HSV(B) 246.21º 0.29% 0.4% -
XYZ 7.57 7.07 13.28 -
YUV 76.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 75 72 101 0.26 0.29 0 0.60 246.21 0.17 0.34
Hex 4B 48 65 1A 1D 0 3C F6 11 22
Octal 113 110 145 32 35 0 74 366 21 42
Binary 1001011 1001000 1100101 11010 11101 0 111100 11110110 10001 100010

Color Harmonies of #4B4865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4865

Black with #4B4865

Text Example


Text Example

White with #4B4865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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