Html Css Color HEX #4195BF Curious Blue

📋 copy color: '#4195BF'

red 65 ◦ green 149 ◦ blue 191

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

Shades of Curious Blue #4195BF

Tints of Curious Blue #4195BF

RGB

 RED value IS 65 (25.78% from 255) = 16.05%

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

 BLUE value IS 191 (75% from 255) = 47.16%

R = 16.05%
G = 36.79%
B = 47.16%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4195BF (or 0x4195BF) is known color: Curious Blue. HEX triplet: 41, 95 and BF. RGB value is (65,149,191). Sum of RGB (Red+Green+Blue) = 65+149+191=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #4195BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4195BF is #BE6A40. Grayscale: #808080. Windows color (decimal): -12479041 or 12555585. OLE color: 12555585.

HSL color Cylindrical-coordinate representation of color #4195BF: hue angle of 200º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4195BF is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 149 191 -
CMYK 0.66 0.22 0 0.25
HSL 200º 0.5% 0.5% -
HSV(B) 200º 0.66% 0.75% -
XYZ 22.33 26.38 53.21 -
YUV 128.67 163.17 82.58 -
System Red Green Blue C M Y K H S L
Decimal 65 149 191 0.66 0.22 0 0.25 200 0.5 0.5
Hex 41 95 BF 42 16 0 19 C8 32 32
Octal 101 225 277 102 26 0 31 310 62 62
Binary 1000001 10010101 10111111 1000010 10110 0 11001 11001000 110010 110010

Color Harmonies of #4195BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4195BF

Black with #4195BF

Text Example


Text Example

White with #4195BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4195BF; }

 p { color: rgb(65,149,191); }

 H1.HeaderClassName
 {
   color: #4195BF;
 }
 .AnyTagClassName
 {
   color: #4195BF;
 }
</style>

background-color css

<style>
 a { background-color: #4195BF; }

 a { background-color: rgb(65,149,191); }

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

border-color css

<style>
 span { border-color: #4195BF; }

 span { border-color: rgb(65,149,191); }

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