Html Css Color HEX #4B9FFF Cornflower Blue

📋 copy color: '#4B9FFF'

red 75 ◦ green 159 ◦ blue 255

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

Shades of Cornflower Blue #4B9FFF

Tints of Cornflower Blue #4B9FFF

RGB

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

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

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

R = 15.34%
G = 32.52%
B = 52.15%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4B9FFF (or 0x4B9FFF) is known color: Cornflower Blue. HEX triplet: 4B, 9F and FF. RGB value is (75,159,255). Sum of RGB (Red+Green+Blue) = 75+159+255=489 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.34% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B9FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B9FFF is #B46000. Grayscale: #909090. Windows color (decimal): -11821057 or 16752459. OLE color: 16752459.

HSL color Cylindrical-coordinate representation of color #4B9FFF: hue angle of 212º 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 #4B9FFF is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 75 159 255 -
CMYK 0.71 0.38 0 0
HSL 212º 1% 0.65% -
HSV(B) 212º 0.71% 1% -
XYZ 33.35 33.51 99.32 -
YUV 144.83 190.17 78.19 -
System Red Green Blue C M Y K H S L
Decimal 75 159 255 0.71 0.38 0 0 212 1 0.65
Hex 4B 9F FF 47 26 0 0 D4 64 41
Octal 113 237 377 107 46 0 0 324 144 101
Binary 1001011 10011111 11111111 1000111 100110 0 0 11010100 1100100 1000001

Color Harmonies of #4B9FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9FFF

Black with #4B9FFF

Text Example


Text Example

White with #4B9FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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