Html Css Color HEX #4695FF Cornflower Blue

📋 copy color: '#4695FF'

red 70 ◦ green 149 ◦ blue 255

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

Shades of Cornflower Blue #4695FF

Tints of Cornflower Blue #4695FF

RGB

 RED value IS 70 (27.73% from 255) = 14.77%

 GREEN value IS 149 (58.59% from 255) = 31.43%

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

R = 14.77%
G = 31.43%
B = 53.8%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4695FF (or 0x4695FF) is known color: Cornflower Blue. HEX triplet: 46, 95 and FF. RGB value is (70,149,255). Sum of RGB (Red+Green+Blue) = 70+149+255=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #4695FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4695FF is #B96A00. Grayscale: #888888. Windows color (decimal): -12151297 or 16749894. OLE color: 16749894.

HSL color Cylindrical-coordinate representation of color #4695FF: hue angle of 214.38º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4695FF is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 149 255 -
CMYK 0.73 0.42 0 0
HSL 214.38º 1% 0.64% -
HSV(B) 214.38º 0.73% 1% -
XYZ 31.32 30.02 98.75 -
YUV 137.46 194.33 79.88 -
System Red Green Blue C M Y K H S L
Decimal 70 149 255 0.73 0.42 0 0 214.38 1 0.64
Hex 46 95 FF 49 2A 0 0 D6 64 40
Octal 106 225 377 111 52 0 0 326 144 100
Binary 1000110 10010101 11111111 1001001 101010 0 0 11010110 1100100 1000000

Color Harmonies of #4695FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4695FF

Black with #4695FF

Text Example


Text Example

White with #4695FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4695FF; }

 p { color: rgb(70,149,255); }

 H1.HeaderClassName
 {
   color: #4695FF;
 }
 .AnyTagClassName
 {
   color: #4695FF;
 }
</style>

background-color css

<style>
 a { background-color: #4695FF; }

 a { background-color: rgb(70,149,255); }

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

border-color css

<style>
 span { border-color: #4695FF; }

 span { border-color: rgb(70,149,255); }

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