Html Css Color HEX #4B9FFA Cornflower Blue

📋 copy color: '#4B9FFA'

red 75 ◦ green 159 ◦ blue 250

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

Shades of Cornflower Blue #4B9FFA

Tints of Cornflower Blue #4B9FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.85%

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

R = 15.5%
G = 32.85%
B = 51.65%

CMYK

 C value IS 0.7

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4B9FFA (or 0x4B9FFA) is known color: Cornflower Blue. HEX triplet: 4B, 9F and FA. RGB value is (75,159,250). Sum of RGB (Red+Green+Blue) = 75+159+250=484 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.50% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #4B9FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B9FFA is #B46005. Grayscale: #8F8F8F. Windows color (decimal): -11821062 or 16424779. OLE color: 16424779.

HSL color Cylindrical-coordinate representation of color #4B9FFA: hue angle of 211.2º 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 #4B9FFA is Cyan = 0.7, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 159 250 -
CMYK 0.7 0.36 0 0.02
HSL 211.2º 0.95% 0.64% -
HSV(B) 211.2º 0.7% 0.98% -
XYZ 32.56 33.19 95.13 -
YUV 144.26 187.67 78.6 -
System Red Green Blue C M Y K H S L
Decimal 75 159 250 0.7 0.36 0 0.02 211.2 0.95 0.64
Hex 4B 9F FA 46 24 0 2 D3 5F 40
Octal 113 237 372 106 44 0 2 323 137 100
Binary 1001011 10011111 11111010 1000110 100100 0 10 11010011 1011111 1000000

Color Harmonies of #4B9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9FFA

Black with #4B9FFA

Text Example


Text Example

White with #4B9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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