Html Css Color HEX #4B7FFF Cornflower Blue

📋 copy color: '#4B7FFF'

red 75 ◦ green 127 ◦ blue 255

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

Shades of Cornflower Blue #4B7FFF

Tints of Cornflower Blue #4B7FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 27.79%

 BLUE value IS 255 (100% from 255) = 55.8%

R = 16.41%
G = 27.79%
B = 55.8%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4B7FFF (or 0x4B7FFF) is known color: Cornflower Blue. HEX triplet: 4B, 7F and FF. RGB value is (75,127,255). Sum of RGB (Red+Green+Blue) = 75+127+255=457 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.41% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B7FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7FFF is #B48000. Grayscale: #7D7D7D. Windows color (decimal): -11829249 or 16744267. OLE color: 16744267.

HSL color Cylindrical-coordinate representation of color #4B7FFF: hue angle of 222.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B7FFF is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 75 127 255 -
CMYK 0.71 0.50 0 0
HSL 222.67º 1% 0.65% -
HSV(B) 222.67º 0.71% 1% -
XYZ 28.54 23.89 97.72 -
YUV 126.04 200.77 91.59 -
System Red Green Blue C M Y K H S L
Decimal 75 127 255 0.71 0.50 0 0 222.67 1 0.65
Hex 4B 7F FF 47 32 0 0 DF 64 41
Octal 113 177 377 107 62 0 0 337 144 101
Binary 1001011 1111111 11111111 1000111 110010 0 0 11011111 1100100 1000001

Color Harmonies of #4B7FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7FFF

Black with #4B7FFF

Text Example


Text Example

White with #4B7FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,127,255); }

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

background-color css

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

 a { background-color: rgb(75,127,255); }

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

border-color css

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

 span { border-color: rgb(75,127,255); }

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