Html Css Color HEX #4590CC Curious Blue

📋 copy color: '#4590CC'

red 69 ◦ green 144 ◦ blue 204

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

Shades of Curious Blue #4590CC

Tints of Curious Blue #4590CC

RGB

 RED value IS 69 (27.34% from 255) = 16.55%

 GREEN value IS 144 (56.64% from 255) = 34.53%

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

R = 16.55%
G = 34.53%
B = 48.92%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4590CC (or 0x4590CC) is known color: Curious Blue. HEX triplet: 45, 90 and CC. RGB value is (69,144,204). Sum of RGB (Red+Green+Blue) = 69+144+204=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #4590CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4590CC is #BA6F33. Grayscale: #808080. Windows color (decimal): -12218164 or 13406277. OLE color: 13406277.

HSL color Cylindrical-coordinate representation of color #4590CC: hue angle of 206.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4590CC is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 144 204 -
CMYK 0.66 0.29 0 0.2
HSL 206.67º 0.57% 0.54% -
HSV(B) 206.67º 0.66% 0.8% -
XYZ 23.33 25.57 60.83 -
YUV 128.42 170.65 85.62 -
System Red Green Blue C M Y K H S L
Decimal 69 144 204 0.66 0.29 0 0.2 206.67 0.57 0.54
Hex 45 90 CC 42 1D 0 14 CF 39 36
Octal 105 220 314 102 35 0 24 317 71 66
Binary 1000101 10010000 11001100 1000010 11101 0 10100 11001111 111001 110110

Color Harmonies of #4590CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4590CC

Black with #4590CC

Text Example


Text Example

White with #4590CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,144,204); }

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

background-color css

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

 a { background-color: rgb(69,144,204); }

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

border-color css

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

 span { border-color: rgb(69,144,204); }

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