Html Css Color HEX #4981FB Cornflower Blue

📋 copy color: '#4981FB'

red 73 ◦ green 129 ◦ blue 251

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

Shades of Cornflower Blue #4981FB

Tints of Cornflower Blue #4981FB

RGB

 RED value IS 73 (28.91% from 255) = 16.11%

 GREEN value IS 129 (50.78% from 255) = 28.48%

 BLUE value IS 251 (98.44% from 255) = 55.41%

R = 16.11%
G = 28.48%
B = 55.41%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4981FB (or 0x4981FB) is known color: Cornflower Blue. HEX triplet: 49, 81 and FB. RGB value is (73,129,251). Sum of RGB (Red+Green+Blue) = 73+129+251=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #4981FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4981FB is #B67E04. Grayscale: #7D7D7D. Windows color (decimal): -11959813 or 16482633. OLE color: 16482633.

HSL color Cylindrical-coordinate representation of color #4981FB: hue angle of 221.12º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4981FB is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 129 251 -
CMYK 0.71 0.49 0 0.02
HSL 221.12º 0.96% 0.64% -
HSV(B) 221.12º 0.71% 0.98% -
XYZ 28.01 24.08 94.44 -
YUV 126.16 198.45 90.08 -
System Red Green Blue C M Y K H S L
Decimal 73 129 251 0.71 0.49 0 0.02 221.12 0.96 0.64
Hex 49 81 FB 47 31 0 2 DD 60 40
Octal 111 201 373 107 61 0 2 335 140 100
Binary 1001001 10000001 11111011 1000111 110001 0 10 11011101 1100000 1000000

Color Harmonies of #4981FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4981FB

Black with #4981FB

Text Example


Text Example

White with #4981FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4981FB; }

 p { color: rgb(73,129,251); }

 H1.HeaderClassName
 {
   color: #4981FB;
 }
 .AnyTagClassName
 {
   color: #4981FB;
 }
</style>

background-color css

<style>
 a { background-color: #4981FB; }

 a { background-color: rgb(73,129,251); }

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

border-color css

<style>
 span { border-color: #4981FB; }

 span { border-color: rgb(73,129,251); }

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