Html Css Color HEX #4D8AFF Cornflower Blue

📋 copy color: '#4D8AFF'

red 77 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #4D8AFF

Tints of Cornflower Blue #4D8AFF

RGB

 RED value IS 77 (30.47% from 255) = 16.38%

 GREEN value IS 138 (54.3% from 255) = 29.36%

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

R = 16.38%
G = 29.36%
B = 54.26%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D8AFF (or 0x4D8AFF) is known color: Cornflower Blue. HEX triplet: 4D, 8A and FF. RGB value is (77,138,255). Sum of RGB (Red+Green+Blue) = 77+138+255=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D8AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4D8AFF is #B27500. Grayscale: #848484. Windows color (decimal): -11695361 or 16747085. OLE color: 16747085.

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

Color convert

RGB 77 138 255 -
CMYK 0.70 0.46 0 0
HSL 219.44º 1% 0.65% -
HSV(B) 219.44º 0.7% 1% -
XYZ 30.2 26.97 98.22 -
YUV 133.1 196.79 87.99 -
System Red Green Blue C M Y K H S L
Decimal 77 138 255 0.70 0.46 0 0 219.44 1 0.65
Hex 4D 8A FF 46 2E 0 0 DB 64 41
Octal 115 212 377 106 56 0 0 333 144 101
Binary 1001101 10001010 11111111 1000110 101110 0 0 11011011 1100100 1000001

Color Harmonies of #4D8AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8AFF

Black with #4D8AFF

Text Example


Text Example

White with #4D8AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,138,255); }

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

background-color css

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

 a { background-color: rgb(77,138,255); }

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

border-color css

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

 span { border-color: rgb(77,138,255); }

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