Html Css Color HEX #4B99FA Cornflower Blue

📋 copy color: '#4B99FA'

red 75 ◦ green 153 ◦ blue 250

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

Shades of Cornflower Blue #4B99FA

Tints of Cornflower Blue #4B99FA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.01%

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 15.69%
G = 32.01%
B = 52.3%

CMYK

 C value IS 0.7

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4B99FA (or 0x4B99FA) is known color: Cornflower Blue. HEX triplet: 4B, 99 and FA. RGB value is (75,153,250). Sum of RGB (Red+Green+Blue) = 75+153+250=478 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.69% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B99FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B99FA is #B46605. Grayscale: #8C8C8C. Windows color (decimal): -11822598 or 16423243. OLE color: 16423243.

HSL color Cylindrical-coordinate representation of color #4B99FA: hue angle of 213.26º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B99FA is Cyan = 0.7, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 153 250 -
CMYK 0.7 0.39 0 0.02
HSL 213.26º 0.95% 0.64% -
HSV(B) 213.26º 0.7% 0.98% -
XYZ 31.55 31.18 94.8 -
YUV 140.74 189.66 81.11 -
System Red Green Blue C M Y K H S L
Decimal 75 153 250 0.7 0.39 0 0.02 213.26 0.95 0.64
Hex 4B 99 FA 46 27 0 2 D5 5F 40
Octal 113 231 372 106 47 0 2 325 137 100
Binary 1001011 10011001 11111010 1000110 100111 0 10 11010101 1011111 1000000

Color Harmonies of #4B99FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B99FA

Black with #4B99FA

Text Example


Text Example

White with #4B99FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,153,250); }

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

background-color css

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

 a { background-color: rgb(75,153,250); }

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

border-color css

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

 span { border-color: rgb(75,153,250); }

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