Html Css Color HEX #4183BC Curious Blue

📋 copy color: '#4183BC'

red 65 ◦ green 131 ◦ blue 188

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

Shades of Curious Blue #4183BC

Tints of Curious Blue #4183BC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 16.93%
G = 34.11%
B = 48.96%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4183BC (or 0x4183BC) is known color: Curious Blue. HEX triplet: 41, 83 and BC. RGB value is (65,131,188). Sum of RGB (Red+Green+Blue) = 65+131+188=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #4183BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4183BC is #BE7C43. Grayscale: #757575. Windows color (decimal): -12483652 or 12354369. OLE color: 12354369.

HSL color Cylindrical-coordinate representation of color #4183BC: hue angle of 207.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4183BC is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 131 188 -
CMYK 0.65 0.30 0 0.26
HSL 207.8º 0.49% 0.5% -
HSV(B) 207.8º 0.65% 0.74% -
XYZ 19.37 20.99 50.61 -
YUV 117.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 65 131 188 0.65 0.30 0 0.26 207.8 0.49 0.5
Hex 41 83 BC 41 1E 0 1A D0 31 32
Octal 101 203 274 101 36 0 32 320 61 62
Binary 1000001 10000011 10111100 1000001 11110 0 11010 11010000 110001 110010

Color Harmonies of #4183BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4183BC

Black with #4183BC

Text Example


Text Example

White with #4183BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4183BC; }

 p { color: rgb(65,131,188); }

 H1.HeaderClassName
 {
   color: #4183BC;
 }
 .AnyTagClassName
 {
   color: #4183BC;
 }
</style>

background-color css

<style>
 a { background-color: #4183BC; }

 a { background-color: rgb(65,131,188); }

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

border-color css

<style>
 span { border-color: #4183BC; }

 span { border-color: rgb(65,131,188); }

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