Html Css Color HEX #4192CC Curious Blue

📋 copy color: '#4192CC'

red 65 ◦ green 146 ◦ blue 204

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

Shades of Curious Blue #4192CC

Tints of Curious Blue #4192CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.18%

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 15.66%
G = 35.18%
B = 49.16%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4192CC (or 0x4192CC) is known color: Curious Blue. HEX triplet: 41, 92 and CC. RGB value is (65,146,204). Sum of RGB (Red+Green+Blue) = 65+146+204=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #4192CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4192CC is #BE6D33. Grayscale: #808080. Windows color (decimal): -12479796 or 13406785. OLE color: 13406785.

HSL color Cylindrical-coordinate representation of color #4192CC: hue angle of 205.04º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4192CC is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 146 204 -
CMYK 0.68 0.28 0 0.2
HSL 205.04º 0.58% 0.53% -
HSV(B) 205.04º 0.68% 0.8% -
XYZ 23.36 26.04 60.92 -
YUV 128.39 170.66 82.78 -
System Red Green Blue C M Y K H S L
Decimal 65 146 204 0.68 0.28 0 0.2 205.04 0.58 0.53
Hex 41 92 CC 44 1C 0 14 CD 3A 35
Octal 101 222 314 104 34 0 24 315 72 65
Binary 1000001 10010010 11001100 1000100 11100 0 10100 11001101 111010 110101

Color Harmonies of #4192CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4192CC

Black with #4192CC

Text Example


Text Example

White with #4192CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4192CC; }

 p { color: rgb(65,146,204); }

 H1.HeaderClassName
 {
   color: #4192CC;
 }
 .AnyTagClassName
 {
   color: #4192CC;
 }
</style>

background-color css

<style>
 a { background-color: #4192CC; }

 a { background-color: rgb(65,146,204); }

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

border-color css

<style>
 span { border-color: #4192CC; }

 span { border-color: rgb(65,146,204); }

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